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