@thepalaceproject/circulation-admin
    Preparing search index...

    Interface CatalogPageProps

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

    Hierarchy

    Index

    Properties

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