UNPKG

monday-ui-react-core

Version:

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

14 lines (12 loc) 254 B
export enum ProgressBarType { PRIMARY = "primary", SECONDARY = "secondary" } export enum ProgressBarStyle { PRIMARY = "primary", SECONDARY = "secondary", POSITIVE = "positive", NEGATIVE = "negative", WARNING = "warning", NONE = "none" }