UNPKG

@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.

23 lines (22 loc) 661 B
export declare enum SIZE_OPTIONS { SMALL = "small", NORMAL = "normal", LARGE = "large" } export declare enum TOKENS { heightButton = "heightButton", fontSizeButton = "fontSizeButton", paddingButton = "paddingButton", paddingButtonWithIcons = "paddingButtonWithIcons", paddingButtonWithLeftIcon = "paddingButtonWithLeftIcon", paddingButtonWithRightIcon = "paddingButtonWithRightIcon", spinnerWidth = "spinnerWidth", spinnerHeight = "spinnerHeight", marginRightIcon = "marginRightIcon" } export declare enum BUTTON_STATES { DEFAULT = "default", HOVER = "hover", ACTIVE = "active", FOCUS = "focus" }