@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) • 411 B
TypeScript
export declare enum TYPES {
PRIMARY = "primary",
SECONDARY = "secondary",
CRITICAL = "critical"
}
export declare enum TOKENS {
background = "background",
backgroundHover = "backgroundHover",
backgroundActive = "backgroundActive",
foreground = "foreground",
foregroundHover = "foregroundHover",
foregroundActive = "foregroundActive",
marginRightIcon = "marginRightIcon"
}