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 85f6321 commit 908652dCopy full SHA for 908652d
src/types/litegraph-augmentation.d.ts
@@ -60,6 +60,7 @@ declare module '@comfyorg/litegraph/dist/types/widgets' {
60
* ComfyUI extensions of litegraph
61
*/
62
declare module '@comfyorg/litegraph' {
63
+ import type { ExecutableLGraphNode } from '@comfyorg/litegraph'
64
import type { IBaseWidget } from '@comfyorg/litegraph/dist/types/widgets'
65
66
interface LGraphNodeConstructor<T extends LGraphNode = LGraphNode> {
0 commit comments