UNPKG

@extclp/vexip-ui

Version:

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

30 lines (29 loc) 591 B
import { buildProps as t, eventProp as e, booleanProp as o, booleanStringProp as n, stateProp as r } from "@vexip-ui/config"; const i = t({ state: r, horizontal: o, value: [String, Number], /** * 上下或左右两侧的候选数 */ candidate: Number, arrow: o, pointer: o, options: Array, insertEmpty: n, disabled: o, loading: o, loadingLock: o, disabledItem: Function, noTransition: o, selectable: o, slots: Object, onChange: e(), onPrev: e(), onNext: e(), onItemClick: e() }); export { i as wheelProps }; //# sourceMappingURL=props.mjs.map