@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.
11 lines (10 loc) • 403 B
text/typescript
;
exports.__esModule = true;
exports.baseURL = exports.NAME_OPTIONS = void 0;
let NAME_OPTIONS = exports.NAME_OPTIONS = /*#__PURE__*/function (NAME_OPTIONS) {
NAME_OPTIONS["TICKETFLEXI"] = "TicketFlexi";
NAME_OPTIONS["TICKETSAVER"] = "TicketSaver";
NAME_OPTIONS["TICKETSTANDARD"] = "TicketStandard";
return NAME_OPTIONS;
}({});
const baseURL = exports.baseURL = "//images.kiwi.com";