@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.
30 lines (29 loc) • 494 B
TypeScript
export declare enum TYPE_OPTIONS {
APPSTORE = "appStore",
GOOGLEPLAY = "googlePlay"
}
export declare enum 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 declare const HEIGHT = "40px";