mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-24 00:34:09 +00:00
Fix IColorable.getColorOption (#551)
* Fix IColorable.getColorOption * nit
This commit is contained in:
@@ -20,7 +20,9 @@ import type {
|
||||
Rect32,
|
||||
Size,
|
||||
ColorOption,
|
||||
IColorable,
|
||||
} from "./interfaces"
|
||||
import { isColorable } from "./interfaces"
|
||||
import type { SlotShape, LabelPosition, SlotDirection, SlotType } from "./draw"
|
||||
import type { IWidget } from "./types/widgets"
|
||||
import type { RenderShape, TitleMode } from "./types/globalEnums"
|
||||
@@ -72,6 +74,8 @@ export {
|
||||
Rect32,
|
||||
Size,
|
||||
ColorOption,
|
||||
IColorable,
|
||||
isColorable,
|
||||
}
|
||||
export { IWidget }
|
||||
export { LGraphBadge, BadgePosition }
|
||||
|
||||
Reference in New Issue
Block a user