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>
34 lines (33 loc) • 536 B
JavaScript
import { checkboxGroupProps as e } from "element-plus";
const o = {
...e,
value: {
type: Array,
default: () => [],
required: !1
},
modelValue: {
type: Array,
default: () => [],
required: !1
},
options: {
type: Array,
default: () => []
},
type: {
type: String,
default: "checkbox"
},
alias: {
type: Object
},
border: {
type: Boolean
}
}, t = ["options", "border"];
export {
t as CHECKBOX_FILTER_PROPS,
o as checkboxProps
};
//# sourceMappingURL=props.mjs.map