<Router />
The react element provided by useRoutes
.
Note: This is likely to change before release.
render: ({children}) => ReactElement
Enables a layout surrounding element rendered by the router (provided as
children
) to be created. <Link />
is freely usable in that layout.