1
0
Fork 0
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:
Bill Thornton 2022-11-28 16:39:13 -05:00
parent 6155524e2c
commit 69fe4f067a
14 changed files with 1793 additions and 233 deletions

1
src/global.d.ts vendored
View file

@ -4,5 +4,6 @@ export declare global {
interface Window {
ApiClient: ApiClient;
Events: Events;
NativeShell: any;
}
}