add type interface LibraryViewProps
This commit is contained in:
@@ -116,3 +116,7 @@ export interface CardOptions {
|
||||
containerClass?: string;
|
||||
noItemsMessage?: string;
|
||||
}
|
||||
|
||||
export interface LibraryViewProps {
|
||||
topParentId: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user