import type { Icons } from "artplayer"; /** * artplayer-bilibili的图标 */ export const ArtPlayerBiliBiliIcon: { [key in keyof Icons]?: HTMLElement | string; } = { loading: ``, state: ``, indicator: ` `, fullscreenWebOn: ``, fullscreenWebOff: ``, };