@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
30 lines (29 loc) • 591 B
JavaScript
import { buildProps as t, stateProp as n, booleanProp as o, booleanStringProp as r, eventProp as e } from "@vexip-ui/config";
const i = t({
state: n,
horizontal: o,
value: [String, Number],
/**
* 上下或左右两侧的候选数
*/
candidate: Number,
arrow: o,
pointer: o,
options: Array,
insertEmpty: r,
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