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.

17 lines (16 loc) 321 B
"use strict"; exports.__esModule = true; exports.LABEL_SIZES = exports.LABEL_ELEMENTS = void 0; const LABEL_SIZES = { NORMAL: "normal", LARGE: "large" }; exports.LABEL_SIZES = LABEL_SIZES; const LABEL_ELEMENTS = { H2: "h2", H3: "h3", H4: "h4", H5: "h5", H6: "h6" }; exports.LABEL_ELEMENTS = LABEL_ELEMENTS;