mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
feat: run prettier
This commit is contained in:
6
src/reset.d.ts
vendored
6
src/reset.d.ts
vendored
@ -13,8 +13,8 @@ declare global {
|
||||
}
|
||||
|
||||
interface DocumentEventMap {
|
||||
'audioCanPlay': CustomEvent<Compressor>;
|
||||
'videodatachange': CustomEvent<VideoDataChanged>;
|
||||
audioCanPlay: CustomEvent<Compressor>;
|
||||
videodatachange: CustomEvent<VideoDataChanged>;
|
||||
}
|
||||
|
||||
interface Window {
|
||||
@ -33,7 +33,7 @@ declare global {
|
||||
}
|
||||
}
|
||||
|
||||
// import { Howl as _Howl } from 'howler';
|
||||
// import { Howl as _Howl } from 'howler';
|
||||
declare module 'howler' {
|
||||
interface Howl {
|
||||
_sounds: {
|
||||
|
||||
Reference in New Issue
Block a user