Type alias RouteConfig_T<ParamsOutput>

RouteConfig_T<ParamsOutput>: InnerRouteConfig_T<ParamsOutput> & {
    route: React.JSX.Element;
}

Type Parameters

Type declaration

  • route: React.JSX.Element

Generated using TypeDoc