mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
fix: update types
This commit is contained in:
@ -12,7 +12,8 @@ import {
|
||||
loadAllRendererPlugins,
|
||||
registerRendererPlugin
|
||||
} from './loader/renderer';
|
||||
import { YoutubePlayer } from './types/youtube-player';
|
||||
|
||||
import type { YoutubePlayer } from './types/youtube-player';
|
||||
|
||||
let api: (Element & YoutubePlayer) | null = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user