UNPKG

dk-plus

Version:
31 lines (30 loc) 554 B
import { setNumberProps as t, setBooleanProps as e, setStringProp as o } from "../../_utils/props/index.js"; const r = { modelValue: { type: [Number, Array], default: 0 }, min: t(0), max: t(100), step: t(1), disabled: e(!1), showInput: e(!1), showStops: e(!1), showTooltip: e(!0), range: e(!1), vertical: e(!1), height: o(""), debounce: t(0), formatTooltip: { type: Function, default: void 0 }, marks: { type: Object, default: void 0 }, validateEvent: e(!0) }; export { r as dkSliderProps };