UNPKG

xgplayer

Version:
6 lines (5 loc) 154 B
export default class Icon extends Plugin { _onMouseenter: (e: any) => void; _onMouseLeave: (e: any) => void; } import Plugin from "../../plugin";