@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
28 lines (27 loc) • 587 B
JavaScript
import { buildProps as i, eventProp as o, booleanProp as e, localeProp as t, sizeProp as n } from "@vexip-ui/config";
const a = i({
size: n,
locale: t("pagination"),
total: Number,
noBorder: e,
background: e,
pageSize: Number,
sizeOptions: Array,
itemCount: Number,
active: Number,
disabled: e,
disableItem: Function,
turnPageCount: Number,
itemUnit: String,
plugins: Array,
noTitle: e,
itemTag: String,
listTag: String,
slots: Object,
onChange: o(),
onPageSizeChange: o()
});
export {
a as paginationProps
};
//# sourceMappingURL=props.mjs.map