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.

18 lines 318 B
export const ELEMENT_OPTIONS = { H1: "h1", H2: "h2", H3: "h3", H4: "h4", H5: "h5" }; export const TYPE_OPTIONS = { DISPLAY: "display", TITLE1: "title1", TITLE2: "title2", TITLE3: "title3", TITLE4: "title4" }; export const TOKENS = { weightHeading: "weightHeading", sizeHeading: "sizeHeading" };