tdesign-vue
Version:
29 lines (24 loc) • 430 B
JavaScript
/**
* tdesign v1.15.0
* (c) 2026 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
label: {
type: [String, Function]
},
span: {
type: Number,
"default": 1
}
};
exports["default"] = props;
//# sourceMappingURL=description-item-props.js.map