@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) • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LABEL_ELEMENTS = exports.LABEL_SIZES = 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;