UNPKG

comic-plus

Version:

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

21 lines (20 loc) 390 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); 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 }; exports.tipEmits = tipEmits; exports.tipProps = tipProps;