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.

10 lines 269 B
export let SIZES = /*#__PURE__*/function (SIZES) { SIZES["SMALL"] = "small"; SIZES["NORMAL"] = "normal"; return SIZES; }({}); export let TYPES = /*#__PURE__*/function (TYPES) { TYPES["COLORED"] = "colored"; TYPES["NEUTRAL"] = "neutral"; return TYPES; }({});