UNPKG

comic-plus

Version:

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

19 lines (18 loc) 293 B
const linkProps = { href: String, type: String, disabled: Boolean, underline: Boolean, target: String, download: { type: [String, Boolean], default: void 0 } }; const linkEmits = { click: (evt, href) => evt instanceof MouseEvent }; export { linkEmits, linkProps };