ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
47 lines (46 loc) • 678 B
JavaScript
const t = {
options: {
type: Array,
default: () => []
},
multiple: {
type: Boolean,
default: !1
},
modelValue: {
type: [Object, String, Number, Array],
default: () => ({})
},
all: {
type: Boolean,
default: !0
},
titleWidth: {
type: [String, Number]
},
size: {
type: String
},
alias: {
type: Object
}
}, e = {
...t,
title: {
type: [String, Function],
default: ""
},
options: {
type: Array,
default: () => []
},
modelValue: {
type: [String, Number, Array],
default: ""
}
};
export {
e as tagSelectItemProps,
t as tagSelectProps
};
//# sourceMappingURL=props.mjs.map