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

add type interface LibraryViewProps

This commit is contained in:
grafixeyehero 2022-10-28 18:59:00 +03:00
parent 92f4a42eec
commit 1c6b1fc478
7 changed files with 17 additions and 32 deletions

View file

@ -116,3 +116,7 @@ export interface CardOptions {
containerClass?: string;
noItemsMessage?: string;
}
export interface LibraryViewProps {
topParentId: string | null;
}