PromucFlow_constructor/app/client/src/constants/WidgetConstants.tsx

2 lines
188 B
TypeScript
Raw Normal View History

export type WidgetType = "TEXT_WIDGET" | "IMAGE_WIDGET" | "CONTAINER_WIDGET" | "LIST_WIDGET" | "INPUT_TEXT_WIDGET"
export type ContainerOrientation = "HORIZONTAL" | "VERTICAL" | "ABSOLUTE"