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
+4
View File
@@ -116,3 +116,7 @@ export interface CardOptions {
containerClass?: string;
noItemsMessage?: string;
}
export interface LibraryViewProps {
topParentId: string | null;
}