tdesign-vue
Version:
31 lines (28 loc) • 445 B
JavaScript
/**
* tdesign v1.14.1
* (c) 2025 tdesign
* @license MIT
*/
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, Boolean]
}
};
export { props as default };
//# sourceMappingURL=option-props.js.map