@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.
13 lines (12 loc) • 458 B
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var DEFAULT_VALUES = /*#__PURE__*/function (DEFAULT_VALUES) {
DEFAULT_VALUES[DEFAULT_VALUES["MAX"] = 100] = "MAX";
DEFAULT_VALUES[DEFAULT_VALUES["MIN"] = 1] = "MIN";
DEFAULT_VALUES[DEFAULT_VALUES["STEP"] = 1] = "STEP";
DEFAULT_VALUES[DEFAULT_VALUES["VALUE"] = 1] = "VALUE";
return DEFAULT_VALUES;
}(DEFAULT_VALUES || {});
var _default = DEFAULT_VALUES;
exports.default = _default;