@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
24 lines (23 loc) • 481 B
JavaScript
import { buildProps as t, eventProp as i, booleanProp as e } from "@vexip-ui/config";
const o = t({
items: Array,
itemSize: Number,
itemFixed: e,
idKey: String,
defaultKeyAt: [Number, String, Symbol],
bufferSize: Number,
listTag: String,
itemsTag: String,
hideBar: e,
lockItems: e,
itemsAttrs: Object,
autoplay: e,
ignoreResize: e,
disabled: e,
onScroll: i(),
onResize: i()
});
export {
o as virtualListProps
};
//# sourceMappingURL=props.mjs.map