tdesign-vue-next
Version:
TDesign Component for vue-next
26 lines (21 loc) • 397 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
;
Object.defineProperty(exports, '__esModule', { value: true });
var props = {
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
ellipsis: {
type: [Boolean, Object],
"default": false
}
};
exports["default"] = props;
//# sourceMappingURL=paragraph-props.js.map