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:
parent
99430fc263
commit
5de700fb8f
4 changed files with 47 additions and 85 deletions
4
src/global.d.ts
vendored
4
src/global.d.ts
vendored
|
@ -5,6 +5,10 @@ export declare global {
|
|||
ApiClient: ApiClient;
|
||||
Events: Events;
|
||||
NativeShell: any;
|
||||
Loading: {
|
||||
show();
|
||||
hide();
|
||||
}
|
||||
}
|
||||
|
||||
interface DocumentEventMap {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue