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.

13 lines 243 B
export const TYPE_OPTIONS = { NEUTRAL: "neutral", INFO: "info", SUCCESS: "success", WARNING: "warning", CRITICAL: "critical", DARK: "dark", WHITE: "white" }; export const TOKENS = { background: "background", color: "color" };