GraphiQL API Documentation
    Preparing search index...

    Variable TabConst

    Tab: ForwardRefExoticComponent<
        Omit<TabProps, "ref"> & RefAttributes<HTMLLIElement>,
    > & {
        Button: ForwardRefExoticComponent<
            Omit<
                DetailedHTMLProps<
                    ButtonHTMLAttributes<HTMLButtonElement>,
                    HTMLButtonElement,
                >,
                "ref",
            > & RefAttributes<HTMLButtonElement>,
        >;
        Close: ForwardRefExoticComponent<
            Omit<
                DetailedHTMLProps<
                    ButtonHTMLAttributes<HTMLButtonElement>,
                    HTMLButtonElement,
                >,
                "ref",
            > & RefAttributes<HTMLButtonElement>,
        >;
    } = ...