@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.
15 lines (14 loc) • 350 B
TypeScript
export declare enum SIZE_OPTIONS {
SMALL = "small",
MEDIUM = "medium",
LARGE = "large"
}
export declare enum CARRIER_TYPE_OPTIONS {
AIRLINE = "airline",
BUS = "bus",
TRAIN = "train",
KIWICOM = "kiwicom",
PRIVATE_TRANSFER = "private_transfer",
FERRY = "ferry"
}
export declare const BASE_URL = "//images.kiwi.com";