@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) • 315 B
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var TOKENS = /*#__PURE__*/function (TOKENS) {
TOKENS["background"] = "background";
TOKENS["borderColor"] = "borderColor";
TOKENS["iconColor"] = "iconColor";
return TOKENS;
}(TOKENS || {});
var _default = TOKENS;
exports.default = _default;