tdesign-vue
Version:
25 lines (22 loc) • 352 B
JavaScript
/**
* tdesign v1.12.1
* (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=description-item-props.js.map