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.

12 lines (11 loc) 237 B
export declare enum TYPE_OPTIONS { NEUTRAL = "neutral", INFO = "info", SUCCESS = "success", WARNING = "warning", CRITICAL = "critical" } export declare enum SIZE_OPTIONS { SMALL = "small", NORMAL = "normal" }