interface ITabRenderValues {
    buttons: ReactNode[];
    content: ReactNode;
    leading: ReactNode;
}

Properties

buttons: ReactNode[]

a set of react components to add to the tab after the content

content: ReactNode

the main tab text/component

leading: ReactNode

the icon or other leading component