@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.
19 lines (18 loc) • 616 B
TypeScript
export declare enum TYPE_OPTIONS {
APPLE = "apple",
FACEBOOK = "facebook",
GOOGLE = "google",
TWITTER = "twitter",
EMAIL = "email"
}
export declare enum TOKENS {
backgroundButton = "backgroundButton",
backgroundButtonHover = "backgroundButtonHover",
backgroundButtonActive = "backgroundButtonActive",
backgroundButtonFocus = "backgroundButtonFocus",
colorTextButton = "colorTextButton",
colorTextButtonHover = "colorTextButtonHover",
colorTextButtonActive = "colorTextButtonActive",
iconColor = "iconColor",
borderColorButtonFocus = "borderColorButtonFocus"
}