--- title: renderMatches --- # `renderMatches`
Type declaration ```tsx declare function renderMatches( matches: RouteMatch[] | null ): React.ReactElement | null; ```
`renderMatches` renders the result of `matchRoutes()` into a React element.