File size: 209 Bytes
c6535db | 1 2 3 4 5 6 7 8 | import {ComfyApp} from "@comfyorg/frontend";
/**
* A dummy ComfyApp that we can import from our code, which we'll rewrite later to the comfyui
* hosted app.js
*/
export declare const app: ComfyApp;
|