Package-level declarations

Types

Link copied to clipboard
class BackCloseButtonState(val isFinalAction: Boolean, val onBackClicked: () -> Unit, val onCloseClicked: () -> Unit)

State for the back/close button.

Link copied to clipboard
Link copied to clipboard

Represents the state of the destination preview card.

Link copied to clipboard
typealias PlacesListUiComposer = @Composable (state: PlacesListUiState, modifier: Modifier) -> Unit
Link copied to clipboard
class PlacesListUiState(val title: DataState<String>, val items: DataState<List<DashSearchResult>>, val itemSelected: (Int) -> Unit, val backCloseButtonState: BackCloseButtonState?)

UI state for the places list.