Skip to main content

renderMatches

Type declaration
declare function renderMatches(
matches: RouteMatch[] | null
): React.ReactElement | null;

renderMatches renders the result of matchRoutes() into a React element.