@thepalaceproject/circulation-admin
    Preparing search index...
    interface ManagePatronsTabContainerProps {
        children?: ReactNode;
        class?: string;
        csrfToken: string;
        key?: Key;
        library: string;
        ref?: LegacyRef<TabContainerProps>;
        store: Store<
            {
                api: CombinedState<{}, any, "api">;
                bookEditor: BookState;
                catalog: State;
                editor: CombinedState<State>;
            },
        >;
        tab: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    children?: ReactNode
    class?: string
    csrfToken: string
    key?: Key
    library: string
    ref?: LegacyRef<TabContainerProps>
    store: Store<
        {
            api: CombinedState<{}, any, "api">;
            bookEditor: BookState;
            catalog: State;
            editor: CombinedState<State>;
        },
    >
    tab: string