@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.
13 lines • 417 B
JavaScript
export let LABEL_SIZES = /*#__PURE__*/function (LABEL_SIZES) {
LABEL_SIZES["NORMAL"] = "normal";
LABEL_SIZES["LARGE"] = "large";
return LABEL_SIZES;
}({});
export 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;
}({});