Package-level declarations
Types
Link copied to clipboard
typealias EndActiveGuidanceUiComposer = @Composable (modifier: Modifier, state: EndActiveGuidanceUiState) -> Unit
Link copied to clipboard
class EndActiveGuidanceUiState
Represents the UI state for the end active guidance view.
Link copied to clipboard
typealias TripSummaryUiComposer = @Composable (modifier: Modifier, state: TripSummaryUiState) -> Unit
Link copied to clipboard
class TripSummaryUiState
UI state for the trip summary card.