@comfyorg/comfyui-frontend-types 1.22.2 → 1.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -3647,6 +3647,8 @@ export declare class ComfyApp {
|
|
|
3647
3647
|
itemList?: string[];
|
|
3648
3648
|
hint?: string;
|
|
3649
3649
|
}) => Promise<boolean | null>;
|
|
3650
|
+
toggleManagerDialog: (props?: InstanceType<typeof default_6>["$props"]) => void;
|
|
3651
|
+
toggleManagerProgressDialog: (props?: InstanceType<typeof default_7>["$props"]) => void;
|
|
3650
3652
|
};
|
|
3651
3653
|
|
|
3652
3654
|
export { User }
|