RoutedContent

fun <C : @Serializable Any> RoutedContent(router: Router<C>, content: @Composable (C) -> Unit)

Composable to hoist content that are navigated by the router

Parameters

router

Router to be used

content