pub fn Router<R>(props: RouterProps<R>) -> Result<VNode, RenderError>Available on crate feature
router only.Expand description
A component that renders the current route.
pub fn Router<R>(props: RouterProps<R>) -> Result<VNode, RenderError>router only.A component that renders the current route.