@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.
16 lines (15 loc) • 509 B
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var SPACINGS_AFTER = /*#__PURE__*/function (SPACINGS_AFTER) {
SPACINGS_AFTER["NONE"] = "none";
SPACINGS_AFTER["SMALLEST"] = "smallest";
SPACINGS_AFTER["SMALL"] = "small";
SPACINGS_AFTER["NORMAL"] = "normal";
SPACINGS_AFTER["MEDIUM"] = "medium";
SPACINGS_AFTER["LARGE"] = "large";
SPACINGS_AFTER["LARGEST"] = "largest";
return SPACINGS_AFTER;
}(SPACINGS_AFTER || {});
var _default = SPACINGS_AFTER;
exports.default = _default;