UNPKG

monday-ui-react-core

Version:

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

21 lines (20 loc) 500 B
export declare enum BasePosition { START = "Start", CENTER = "Center", END = "End", STRETCH = "Stretch" } export declare enum DialogPosition { LEFT = "left", LEFT_START = "left-start", LEFT_END = "left-end", RIGHT = "right", RIGHT_START = "right-start", RIGHT_END = "right-end", TOP = "top", TOP_START = "top-start", TOP_END = "top-end", BOTTOM = "bottom", BOTTOM_START = "bottom-start", BOTTOM_END = "bottom-end" }