Package-level declarations

Types

Link copied to clipboard

Represents the edit favorite screen state.

Link copied to clipboard
typealias FavoritesScreenComposer = @Composable (Modifier, FavoritesScreenState) -> Unit
Link copied to clipboard

Represents the favorites screen state.

Functions

Link copied to clipboard
@Composable
fun DefaultFavoritesScreen(modifier: Modifier, state: FavoritesScreenState)