UNPKG

comic-plus

Version:

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

21 lines (20 loc) 280 B
const tipProps = { type: String, plain: Boolean, size: String, icon: Object, rolling: Boolean, color: String, closable: Boolean, hoverPause: { type: Boolean, default: true } }; const tipEmits = { close: () => true }; export { tipEmits, tipProps };