Package-level declarations

Types

Link copied to clipboard
typealias ContinueNavigationUiComposer = @Composable (modifier: Modifier, state: ContinueNavigationUiState) -> Unit
Link copied to clipboard

Represents the UI state for the continue navigation view.

Functions

Link copied to clipboard
@Composable
fun DefaultContinueNavigationView(modifier: Modifier = Modifier, state: ContinueNavigationUiState)