Browse Source

Merge branch 'fix/types' of https://github.com/melMass/ComfyUI

pull/998/head
comfyanonymous 1 year ago
parent
commit
00da9b3268
  1. 4
      web/types/comfy.d.ts

4
web/types/comfy.d.ts vendored

@ -30,9 +30,7 @@ export interface ComfyExtension {
getCustomWidgets(
app: ComfyApp
): Promise<
Array<
Record<string, (node, inputName, inputData, app) => { widget?: IWidget; minWidth?: number; minHeight?: number }>
>
Record<string, (node, inputName, inputData, app) => { widget?: IWidget; minWidth?: number; minHeight?: number }>
>;
/**
* Allows the extension to add additional handling to the node before it is registered with LGraph

Loading…
Cancel
Save