@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.
19 lines (18 loc) • 576 B
JavaScript
;
exports.__esModule = true;
exports.LABEL_SIZES = exports.LABEL_ELEMENTS = void 0;
let LABEL_SIZES = /*#__PURE__*/function (LABEL_SIZES) {
LABEL_SIZES["NORMAL"] = "normal";
LABEL_SIZES["LARGE"] = "large";
return LABEL_SIZES;
}({});
exports.LABEL_SIZES = LABEL_SIZES;
let LABEL_ELEMENTS = /*#__PURE__*/function (LABEL_ELEMENTS) {
LABEL_ELEMENTS["H2"] = "h2";
LABEL_ELEMENTS["H3"] = "h3";
LABEL_ELEMENTS["H4"] = "h4";
LABEL_ELEMENTS["H5"] = "h5";
LABEL_ELEMENTS["H6"] = "h6";
return LABEL_ELEMENTS;
}({});
exports.LABEL_ELEMENTS = LABEL_ELEMENTS;