UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

24 lines (23 loc) 306 B
const ellipsisProps = { data: Array, text: String, type: { type: String, default: "text" }, openText: { type: String, default: "展开" }, closeText: { type: String, default: "收起" }, clamp: { type: Number, default: 2 } }; export { ellipsisProps };