mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 16:40:05 +00:00
Remove entry point import, merge modules (#590)
* Remove unused import in lib entry point * [Refactor] Merge type util modules
This commit is contained in:
@@ -22,7 +22,6 @@ import type {
|
||||
ColorOption,
|
||||
IColorable,
|
||||
} from "./interfaces"
|
||||
import { isColorable } from "./typeGuards"
|
||||
import type { SlotShape, LabelPosition, SlotDirection, SlotType } from "./draw"
|
||||
import type { IWidget } from "./types/widgets"
|
||||
import type { RenderShape, TitleMode } from "./types/globalEnums"
|
||||
@@ -75,8 +74,8 @@ export {
|
||||
Size,
|
||||
ColorOption,
|
||||
IColorable,
|
||||
isColorable,
|
||||
}
|
||||
export { isColorable } from "./utils/type"
|
||||
export { IWidget }
|
||||
export { LGraphBadge, BadgePosition }
|
||||
export { SlotShape, LabelPosition, SlotDirection, SlotType }
|
||||
|
||||
Reference in New Issue
Block a user