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

    Interface DashboardPageProps

    interface DashboardPageProps {
        children?: ReactNode;
        key?: Key;
        params: { library?: string };
        ref?: LegacyRef<DashboardPageProps>;
    }

    Hierarchy

    Index

    Properties

    children?: ReactNode
    key?: Key
    params: { library?: string }
    ref?: LegacyRef<DashboardPageProps>