mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 01:50:08 +00:00
[TS] Remove frontend-only typing from litegraph (#4325)
This commit is contained in:
9
src/types/litegraph-augmentation.d.ts
vendored
9
src/types/litegraph-augmentation.d.ts
vendored
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user