Backstage
    Preparing search index...

    Variable ComponentTabConst

    ComponentTab: (
        props: {
            Content: () => Element;
            ContextProvider?: (props: any) => Element;
            title: string;
        },
    ) => Element = ...

    Type Declaration

      • (
            props: {
                Content: () => Element;
                ContextProvider?: (props: any) => Element;
                title: string;
            },
        ): Element
      • Parameters

        • props: {
              Content: () => Element;
              ContextProvider?: (props: any) => Element;
              title: string;
          }

        Returns Element