Fix IColorable.getColorOption (#551)

* Fix IColorable.getColorOption

* nit
This commit is contained in:
Chenlei Hu
2025-02-19 14:57:29 -05:00
committed by GitHub
parent 8b1b8d2a76
commit 7bab620986
4 changed files with 19 additions and 13 deletions

View File

@@ -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 }