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.

14 lines (13 loc) 369 B
"use strict"; exports.__esModule = true; exports.TYPES = exports.SIZES = void 0; let SIZES = exports.SIZES = /*#__PURE__*/function (SIZES) { SIZES["SMALL"] = "small"; SIZES["NORMAL"] = "normal"; return SIZES; }({}); let TYPES = exports.TYPES = /*#__PURE__*/function (TYPES) { TYPES["COLORED"] = "colored"; TYPES["NEUTRAL"] = "neutral"; return TYPES; }({});