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

    Hierarchy (View Summary)

    Index

    Properties

    children?: ReactNode
    class?: string
    csrfToken?: string
    goToTab: (tabName: string) => void
    key?: Key
    ref?: LegacyRef<TabContainerProps>
    store?: Store<
        {
            api: CombinedState<{}, any, "api">;
            bookEditor: BookState;
            catalog: State;
            editor: CombinedState<State>;
        },
    >
    subtab?: string
    tab: string