mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-06 05:30:08 +00:00
[API] Export widget classes for downstream use (#1018)
Exports all widget classes. - BaseSteppedWidget - BaseWidget - BooleanWidget - ButtonWidget - ComboWidget - KnobWidget - NumberWidget - SliderWidget - TextWidget
This commit is contained in:
@@ -156,3 +156,12 @@ export type {
|
||||
export type { IWidget } from "./types/widgets"
|
||||
export { isColorable } from "./utils/type"
|
||||
export { createUuidv4 } from "./utils/uuid"
|
||||
export { BaseSteppedWidget } from "./widgets/BaseSteppedWidget"
|
||||
export { BaseWidget } from "./widgets/BaseWidget"
|
||||
export { BooleanWidget } from "./widgets/BooleanWidget"
|
||||
export { ButtonWidget } from "./widgets/ButtonWidget"
|
||||
export { ComboWidget } from "./widgets/ComboWidget"
|
||||
export { KnobWidget } from "./widgets/KnobWidget"
|
||||
export { NumberWidget } from "./widgets/NumberWidget"
|
||||
export { SliderWidget } from "./widgets/SliderWidget"
|
||||
export { TextWidget } from "./widgets/TextWidget"
|
||||
|
||||
Reference in New Issue
Block a user