@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) • 305 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TYPES = exports.SIZES = void 0;
const SIZES = {
SMALL: "small",
NORMAL: "normal",
LARGE: "large"
};
exports.SIZES = SIZES;
const TYPES = {
PRIMARY: "primary",
SECONDARY: "secondary"
};
exports.TYPES = TYPES;