[TS] Remove frontend-only typing from litegraph (#4325)

This commit is contained in:
filtered
2025-07-01 20:07:05 -07:00
committed by GitHub
parent 8f825c066b
commit f57f97cfcd

View File

@@ -56,6 +56,15 @@ declare module '@comfyorg/litegraph/dist/types/widgets' {
}
}
/**
* ComfyUI extensions of litegraph interfaces
*/
declare module '@comfyorg/litegraph/dist/interfaces' {
interface IWidgetLocator {
[key: symbol]: unknown
}
}
/**
* ComfyUI extensions of litegraph
*/