Tab
Home > @backstage/core-components
> Tab
Signature:
export type Tab = {
id: string;
label: string;
tabProps?: TabProps<React.ElementType, {
component?: React.ElementType;
}>;
};
Home > @backstage/core-components
> Tab
Signature:
export type Tab = {
id: string;
label: string;
tabProps?: TabProps<React.ElementType, {
component?: React.ElementType;
}>;
};