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>
37 lines (36 loc) • 616 B
JavaScript
const e = {
value: {
type: [String, Number, Array, Boolean],
default: "",
required: !1
},
modelValue: {
type: [String, Number, Array, Boolean],
default: "",
required: !1
},
options: {
type: Array,
default: () => []
},
alias: {
type: Object
},
prefix: {
type: [String, Function]
},
empty: {
type: [String, Function]
},
all: {
type: Boolean
},
multiple: {
type: Boolean
}
}, t = ["prefix", "empty", "header", "footer", "tag", "loading", "label"];
export {
t as SELECT_SLOTS,
e as selectProps
};
//# sourceMappingURL=props.mjs.map