UNPKG

comic-plus

Version:

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

20 lines (19 loc) 287 B
const tagComplexProps = { type: String, size: { type: Number, default: 22 }, closable: Boolean, transition: Boolean, color: String, title: String, round: Boolean }; const tagComplexEmits = { close: () => true }; export { tagComplexEmits, tagComplexProps };