Vue component multi-select widget (#2987)

This commit is contained in:
Chenlei Hu
2025-03-12 12:03:21 -04:00
committed by GitHub
parent aad7ded636
commit bcd76ba49b
8 changed files with 299 additions and 133 deletions

View File

@@ -134,7 +134,7 @@ declare module '@comfyorg/litegraph' {
name: string,
type: string,
element: T,
options?: DOMWidgetOptions<T, V>
options?: DOMWidgetOptions<V>
): DOMWidget<T, V>
animatedImages?: boolean