1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Migrate loading/loading to TypeScript

This commit is contained in:
David Stensland 2023-12-31 17:07:19 -08:00
parent 99430fc263
commit 5de700fb8f
4 changed files with 47 additions and 85 deletions

4
src/global.d.ts vendored
View file

@ -5,6 +5,10 @@ export declare global {
ApiClient: ApiClient;
Events: Events;
NativeShell: any;
Loading: {
show();
hide();
}
}
interface DocumentEventMap {