tdesign-vue-next
Version:
TDesign Component for vue-next
25 lines (22 loc) • 353 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
var props = {
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
label: {
type: [String, Function]
},
span: {
type: Number,
"default": 1
}
};
export { props as default };
//# sourceMappingURL=descriptions-item-props.js.map