@kiwicom/orbit-components
Version:
<div align="center"> <a href="https://orbit.kiwi" target="_blank"> <img alt="orbit-components" src="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components.png" srcset="https://orbit.kiwi/wp-content/uploads/2018/08/orbit-components@2x.png 2x"
18 lines (15 loc) • 354 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var SIZE_OPTIONS = exports.SIZE_OPTIONS = {
SMALL: "small",
MEDIUM: "medium",
LARGE: "large"
};
var CARRIER_TYPE_OPTIONS = exports.CARRIER_TYPE_OPTIONS = {
AIRLINE: "airline",
BUS: "bus",
TRAIN: "train"
};
var BASE_URL = exports.BASE_URL = "//images.kiwi.com";