mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-02 19:49:58 +00:00
[TS] Properly type slot widget (#3305)
This commit is contained in:
2
src/types/litegraph-augmentation.d.ts
vendored
2
src/types/litegraph-augmentation.d.ts
vendored
@@ -186,7 +186,7 @@ declare module '@comfyorg/litegraph' {
|
||||
* We should remove this hacky solution once we have a proper solution.
|
||||
*/
|
||||
interface INodeOutputSlot {
|
||||
widget?: IWidget
|
||||
widget?: { name: string; [key: symbol]: unknown }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user