@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.
17 lines (16 loc) • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var SPACINGS_AFTER = {
NONE: "none",
SMALLEST: "smallest",
SMALL: "small",
NORMAL: "normal",
MEDIUM: "medium",
LARGE: "large",
LARGEST: "largest"
};
var _default = SPACINGS_AFTER;
exports.default = _default;