mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add initial experimental UI based on MUI
This commit is contained in:
parent
6155524e2c
commit
69fe4f067a
14 changed files with 1793 additions and 233 deletions
1
src/global.d.ts
vendored
1
src/global.d.ts
vendored
|
@ -4,5 +4,6 @@ export declare global {
|
|||
interface Window {
|
||||
ApiClient: ApiClient;
|
||||
Events: Events;
|
||||
NativeShell: any;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue