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

    Interface ManagePatronsProps

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

    Hierarchy

    Index

    Properties

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