We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a29d101 commit 49f4a8cCopy full SHA for 49f4a8c
src/core/graph/widgets/dynamicWidgets.ts
@@ -1,8 +1,7 @@
1
import { useChainCallback } from '@/composables/functional/useChainCallback'
2
import { NodeSlotType } from '@/lib/litegraph/src/types/globalEnums'
3
-import type { ISlotType } from '@/lib/litegraph/src/interfaces'
+import type { ISlotType, INodeInputSlot } from '@/lib/litegraph/src/interfaces'
4
import type { LGraphNode } from '@/lib/litegraph/src/LGraphNode'
5
-import type { INodeInputSlot } from '@/lib/litegraph/src/interfaces'
6
import { LiteGraph } from '@/lib/litegraph/src/litegraph'
7
import { transformInputSpecV1ToV2 } from '@/schemas/nodeDef/migration'
8
import type { ComboInputSpec, InputSpec } from '@/schemas/nodeDefSchema'
0 commit comments