UNPKG

@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.

14 lines 300 B
export var SIZE_OPTIONS = { SMALL: "small", MEDIUM: "medium", LARGE: "large" }; export var CARRIER_TYPE_OPTIONS = { AIRLINE: "airline", BUS: "bus", TRAIN: "train", PRIVATE_TRANSFER: "private_transfer", FERRY: "ferry", KIWICOM: "kiwicom" }; export var BASE_URL = "//images.kiwi.com";