@ozen-ui/kit
Version:
React component library
8 lines (7 loc) • 379 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SLIDER_DEFAULT_TAG = exports.SLIDER_DEFAULT_DISABLE_TOOLTIP = exports.SLIDER_DEFAULT_DISABLED = exports.SLIDER_DEFAULT_SIZE = void 0;
exports.SLIDER_DEFAULT_SIZE = 'l';
exports.SLIDER_DEFAULT_DISABLED = false;
exports.SLIDER_DEFAULT_DISABLE_TOOLTIP = false;
exports.SLIDER_DEFAULT_TAG = 'div';
;