interface CatalogPageProps {
    children?: ReactNode;
    key?: Key;
    params: { bookUrl: string; collectionUrl: string; tab: string };
    ref?: LegacyRef<default>;
}

Hierarchy

Properties

children?: ReactNode
key?: Key
params: { bookUrl: string; collectionUrl: string; tab: string }
ref?: LegacyRef<default>