@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.
29 lines • 405 B
JavaScript
export const TYPE_OPTIONS = {
APPSTORE: "appStore",
GOOGLEPLAY: "googlePlay"
};
export const LANGUAGE = {
BG: "BG",
CS: "CS",
DA: "DA",
DE: "DE",
EN: "EN",
ES: "ES",
FI: "FI",
FR: "FR",
HU: "HU",
IT: "IT",
JA: "JA",
KO: "KO",
NL: "NL",
PL: "PL",
PT: "PT",
RO: "RO",
RU: "RU",
SK: "SK",
SR: "SR",
SV: "SV",
TR: "TR",
ZH: "ZH"
};
export const HEIGHT = "40px";