SubRoute
Home > @backstage/plugin-devtools
> SubRoute
Signature:
export type SubRoute = {
path: string;
title: string;
children: JSX.Element;
tabProps?: TabProps<ElementType, {
component?: ElementType;
}>;
};
Home > @backstage/plugin-devtools
> SubRoute
Signature:
export type SubRoute = {
path: string;
title: string;
children: JSX.Element;
tabProps?: TabProps<ElementType, {
component?: ElementType;
}>;
};