UNPKG

comic-plus

Version:

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

16 lines (15 loc) 238 B
const scrollbarProps = { height: String, display: { type: String, default: "hover" }, maxHeight: String }; const scrollbarEmits = { scroll: (evt) => evt instanceof Event }; export { scrollbarEmits, scrollbarProps };