UNPKG

@extclp/vexip-ui

Version:

A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good

32 lines (31 loc) 610 B
import { buildProps as a, eventProp as e, booleanProp as r, booleanStringProp as o, stateProp as t } from "@vexip-ui/config"; const i = a({ state: t, value: [Number, Array], min: Number, max: Number, step: Number, vertical: r, hideTip: r, tipTransfer: o, disabled: r, loading: r, loadingLock: r, reverse: r, range: r, markers: [Object, Array], markerOnly: r, tipHover: r, flipMarker: r, triggerFade: r, tipProps: Object, sync: r, rangeDraggable: r, slots: Object, onChange: e(), onInput: e() }); export { i as sliderProps }; //# sourceMappingURL=props.mjs.map