mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Fix incorrect type paths (#568)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { LiteGraph, LGraphCanvas } from '@comfyorg/litegraph'
|
||||
|
||||
/**
|
||||
* @typedef { import("./src/scripts/app")["app"] } app
|
||||
* @typedef { import("../../src/scripts/app")["app"] } app
|
||||
* @typedef { import("../../src/types/litegraph") } LG
|
||||
* @typedef { import("../../src/types/litegraph").IWidget } IWidget
|
||||
* @typedef { import("../../src/types/litegraph").ContextMenuItem } ContextMenuItem
|
||||
|
||||
Reference in New Issue
Block a user