mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
[nit] Move isColorable out of interfaces.ts (#564)
This commit is contained in:
@@ -22,7 +22,7 @@ import type {
|
||||
ColorOption,
|
||||
IColorable,
|
||||
} from "./interfaces"
|
||||
import { isColorable } 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"
|
||||
|
||||
Reference in New Issue
Block a user