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:
parent
92f4a42eec
commit
1c6b1fc478
7 changed files with 17 additions and 32 deletions
|
@ -116,3 +116,7 @@ export interface CardOptions {
|
|||
containerClass?: string;
|
||||
noItemsMessage?: string;
|
||||
}
|
||||
|
||||
export interface LibraryViewProps {
|
||||
topParentId: string | null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue