vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
32 lines (31 loc) • 654 B
JavaScript
import { buildProps as t, eventProp as o, booleanProp as e, iconProp as r, localeProp as n, stateProp as a } from "@vexip-ui/config";
const l = t({
state: a,
locale: n("transfer"),
options: Array,
value: Array,
disabled: e,
paged: e,
filter: {
type: [Boolean, Function],
default: null
},
emptyText: String,
keyConfig: Object,
optionHeight: Number,
ignoreCase: e,
sourceTitle: String,
targetTitle: String,
deepState: e,
loading: e,
loadingIcon: r,
loadingLock: e,
loadingEffect: String,
slots: Object,
onChange: o(),
onSelect: o()
});
export {
l as transferProps
};
//# sourceMappingURL=props.mjs.map