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