mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-07 06:00:03 +00:00
This reverts commit 3249bbf4ab.
This commit is contained in:
4
src/types/litegraph-core-augmentation.d.ts
vendored
4
src/types/litegraph-core-augmentation.d.ts
vendored
@@ -13,7 +13,7 @@ declare module '@comfyorg/litegraph' {
|
||||
slot_types_default_in: Record<string, string[]>
|
||||
}
|
||||
|
||||
import type { LiteGraph as LG } from '@comfyorg/litegraph/src/litegraph'
|
||||
import type { LiteGraph as LG } from '@comfyorg/litegraph/dist/litegraph'
|
||||
export const LiteGraph: LiteGraphExtended & typeof LG
|
||||
export * from '@comfyorg/litegraph/src/litegraph'
|
||||
export * from '@comfyorg/litegraph/dist/litegraph'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user