xdesign-vue-next
Version:
XDesign Component for vue-next
43 lines (40 loc) • 697 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
/* unplugin-vue-components disabled */var props = {
checkAll: Boolean,
checked: {
type: Boolean,
"default": void 0
},
modelValue: {
type: Boolean,
"default": void 0
},
defaultChecked: Boolean,
"default": {
type: [String, Function]
},
disabled: {
type: Boolean,
"default": void 0
},
indeterminate: Boolean,
label: {
type: [String, Function]
},
lazyLoad: Boolean,
name: {
type: String,
"default": ""
},
readonly: Boolean,
value: {
type: [String, Number, Boolean]
},
onChange: Function
};
export { props as default };
//# sourceMappingURL=props.js.map