UNPKG

monday-ui-react-core

Version:

Official monday.com UI resources for application development in React.js

20 lines (19 loc) 432 B
export declare enum MultiStepType { PRIMARY = "primary", SUCCESS = "success", DANGER = "danger", DARK = "dark" } export declare enum StepStatus { PENDING = "pending", ACTIVE = "active", FULFILLED = "fulfilled" } export declare enum TextPlacement { HORIZONTAL = "horizontal", VERTICAL = "vertical" } export declare enum Size { REGULAR = "regular", COMPACT = "compact" }