Package-level declarations

Types

Link copied to clipboard
sealed interface DrawerIntent : MviIntent

Defines the DrawerIntent contract for the SDAI presentation layer.

Link copied to clipboard
data class DrawerSheetItem(val label: String, val selected: Boolean, val icon: @Composable () -> Unit, val onClick: () -> Unit)

Carries DrawerSheetItem data through the SDAI presentation layer.

Functions

Link copied to clipboard

Renders the DrawerSheetContent UI for the SDAI presentation layer.