@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.
12 lines (11 loc) • 339 B
JavaScript
;
exports.__esModule = true;
exports.TYPE_OPTIONS = void 0;
let TYPE_OPTIONS = /*#__PURE__*/function (TYPE_OPTIONS) {
TYPE_OPTIONS["DEFAULT"] = "default";
TYPE_OPTIONS["BASIC"] = "basic";
TYPE_OPTIONS["MEDIUM"] = "medium";
TYPE_OPTIONS["TOP"] = "top";
return TYPE_OPTIONS;
}({});
exports.TYPE_OPTIONS = TYPE_OPTIONS;