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.

15 lines (14 loc) 311 B
export declare enum ICON_SIZES { SMALL = "small", MEDIUM = "medium", LARGE = "large" } export declare enum ICON_COLORS { PRIMARY = "primary", SECONDARY = "secondary", TERTIARY = "tertiary", INFO = "info", SUCCESS = "success", WARNING = "warning", CRITICAL = "critical" }