UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.

31 lines (30 loc) 632 B
export declare enum ELEMENT_OPTIONS { H1 = "h1", H2 = "h2", H3 = "h3", H4 = "h4", H5 = "h5", H6 = "h6", DIV = "div" } export declare enum TYPE_OPTIONS { DISPLAY = "display", DISPLAYSUBTITLE = "displaySubtitle", TITLE1 = "title1", TITLE2 = "title2", TITLE3 = "title3", TITLE4 = "title4", TITLE5 = "title5", TITLE6 = "title6" } export declare enum TOKENS { weightHeading = "weightHeading", sizeHeading = "sizeHeading", lineHeight = "lineHeight" } export declare enum ALIGN { START = "start", CENTER = "center", END = "end", JUSTIFY = "justify" }