UNPKG

tdesign-mobile-vue

Version:
26 lines (21 loc) 399 B
/** * tdesign v1.15.0 * (c) 2026 TDesign Group * @license MIT */ 'use strict'; 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