xdesign-vue-next
Version:
XDesign Component for vue-next
31 lines (28 loc) • 473 B
JavaScript
/**
* xdesign v1.0.6
* (c) 2023 xdesign
* @license MIT
*/
/* unplugin-vue-components disabled */var props = {
checkAll: Boolean,
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
disabled: Boolean,
label: {
type: String,
"default": ""
},
title: {
type: String,
"default": ""
},
value: {
type: [String, Number]
}
};
export { props as default };
//# sourceMappingURL=option-props.js.map