UNPKG

xgplayer

Version:
18 lines (17 loc) 384 B
export default class TopBackIcon extends Plugin { static get defaultConfig(): { position: string; index: number; }; onClick: (e: any) => void; registerIcons(): { screenBack: { icon: any; class: string; }; }; initIcons(): void; show(): void; render(): string; } import Plugin from "../../plugin";