RouteResolver
The RouteResolver function is used to resolve the URL for a given page item. The function is passed to the Router component as a prop.
type RouteResolver = (item: NavPageItem, basePath: string | undefined) => string;
The RouteResolver function is used to resolve the URL for a given page item. The function is passed to the Router component as a prop.
type RouteResolver = (item: NavPageItem, basePath: string | undefined) => string;