tdesign-vue-next
Version:
TDesign Component for vue-next
22 lines (19 loc) • 319 B
JavaScript
/**
* tdesign v1.15.2
* (c) 2025 tdesign
* @license MIT
*/
var props = {
content: {
type: [String, Function]
},
"default": {
type: [String, Function]
},
ellipsis: {
type: [Boolean, Object],
"default": false
}
};
export { props as default };
//# sourceMappingURL=paragraph-props.js.map