@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.
18 lines (17 loc) • 402 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.HEIGHT = exports.TYPE_VARIANT = exports.TYPE_OPTIONS = void 0;
var TYPE_OPTIONS = {
APPSTORE: "appStore",
GOOGLEPLAY: "googlePlay"
};
exports.TYPE_OPTIONS = TYPE_OPTIONS;
var TYPE_VARIANT = {
DARK: "dark",
LIGHT: "light"
};
exports.TYPE_VARIANT = TYPE_VARIANT;
var HEIGHT = "40px";
exports.HEIGHT = HEIGHT;