UNPKG

monday-ui-react-core

Version:

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

16 lines (15 loc) 318 B
export declare enum HeadingTypes { h1 = "h1", h2 = "h2", h3 = "h3", h4 = "h4", h5 = "h5", h6 = "h6" } export declare const HeadingSizes: { readonly SMALL: "small"; readonly MEDIUM: "medium"; readonly LARGE: "large"; readonly XXS: "xxs"; readonly XS: "xs"; };