tdesign-vue-next
Version:
TDesign Component for vue-next
35 lines (30 loc) • 523 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
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]
}
};
exports["default"] = props;
//# sourceMappingURL=option-props.js.map