@extclp/vexip-ui
Version:
A Vue 3 UI library, Highly customizability, full TypeScript, performance pretty good
48 lines (47 loc) • 701 B
JavaScript
import { wrapProps as e, eventProp as t, valueProp as l } from "@vexip-ui/config";
const a = e({
value: l,
label: {
type: String,
default: ""
},
disabled: {
type: Boolean,
default: !1
},
divided: {
type: Boolean,
default: !1
},
title: {
type: String,
default: ""
},
hitting: {
type: Boolean,
default: !1
},
noHover: {
type: Boolean,
default: !1
},
selected: {
type: Boolean,
default: !1
},
onSelect: t()
}), p = e({
label: {
type: String,
default: ""
},
divided: {
type: Boolean,
default: !1
}
});
export {
p as optionGroupProps,
a as optionProps
};
//# sourceMappingURL=props.mjs.map