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) 216 B
"use strict"; exports.__esModule = true; exports.STATUS = void 0; const STATUS = { WARNING: "warning", CRITICAL: "critical", INFO: "info", SUCCESS: "success", NEUTRAL: "neutral" }; exports.STATUS = STATUS;