Route configuration component that maps a URL path to a rendered element.
Component props.
Optional nested route definitions or additional content under this route.
Optional
The React element to render when the route matches.
The path pattern this route should match (e.g., "/users/:id").
Route configuration component that maps a URL path to a rendered element.