@comfyorg/comfyui-frontend-types 1.41.4 → 1.41.5
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 +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1347,6 +1347,7 @@ export declare class ComfyApp {
|
|
|
1347
1347
|
*/
|
|
1348
1348
|
handleFileList(fileList: File[]): Promise<void>;
|
|
1349
1349
|
handleAudioFileList(fileList: File[]): Promise<void>;
|
|
1350
|
+
handleVideoFileList(fileList: File[]): Promise<void>;
|
|
1350
1351
|
/**
|
|
1351
1352
|
* Positions batched nodes in drag and drop
|
|
1352
1353
|
* @param nodes
|