@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.
42 lines (41 loc) • 1.09 kB
TypeScript
export declare enum NAME_OPTIONS {
AIRHELP = "AirHelp",
AIRHELPPLUS = "AirHelpPlus",
ALIPAY = "Alipay",
AMEX = "Amex",
AXA = "Axa",
AXAASSISTANCE = "AxaAssistance",
BOOKING = "Booking",
BUSINESSINSIDER = "BusinessInsider",
CHINAUNIONPAY = "ChinaUnionPay",
DAILYEXPRESS = "DailyExpress",
DINERSCLUB = "DinersClub",
DISCOVER = "Discover",
IATA = "IATA",
JCB = "JCB",
MAILONLINE = "MailOnline",
MAESTRO = "Maestro",
MAESTROSHORT = "MaestroShort",
MASTERCARD = "MasterCard",
MASTERCARDSHORT = "MasterCardShort",
MIR = "MIR",
MIRROR = "Mirror",
NEWYORKTIMES = "NewYorkTimes",
NORTOSECURED = "NortonSecured",
PAYPAL = "PayPal",
RENTALCARS = "RentalCars",
SOFORT = "Sofort",
TRAVELPULSE = "TravelPulse",
TRUSTLY = "Trustly",
USATODAY = "UsaToday",
VISA = "Visa",
VISAHQ = "VisaHQ",
ZOOZ = "Zooz",
ELO = "Elo"
}
export declare enum SIZE_OPTIONS {
SMALL = "small",
MEDIUM = "medium",
LARGE = "large"
}
export declare const baseURL = "//images.kiwi.com";