Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 291 Bytes

File metadata and controls

18 lines (13 loc) · 291 Bytes
title renderMatches

renderMatches

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

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