Package-level declarations

Types

Link copied to clipboard
typealias SearchPanelComposer = @Composable (Modifier, SearchPanelState) -> Unit
Link copied to clipboard

Represents the full screen search state.

Functions

Link copied to clipboard
@Composable
fun DefaultSearchPanelView(modifier: Modifier, state: SearchPanelState)