mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-18 21:10:03 +08:00
8 lines
202 B
TypeScript
8 lines
202 B
TypeScript
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;
|