@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.
14 lines (13 loc) • 322 B
JavaScript
;
exports.__esModule = true;
exports.baseURL = exports.SIZE_OPTIONS = void 0;
const SIZE_OPTIONS = {
EXTRASMALL: "extraSmall",
SMALL: "small",
MEDIUM: "medium",
LARGE: "large",
DISPLAY: "display"
};
exports.SIZE_OPTIONS = SIZE_OPTIONS;
const baseURL = "//images.kiwi.com";
exports.baseURL = baseURL;