Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun ComposableSlot(composableSlotState: ComposableSlotState, content: @Composable () -> Unit)

Populates a ComposableSlotState for rendering with ComposableSlotRenderer. This allows rendering children composables in a parent tree.

Link copied to clipboard
Link copied to clipboard

Creates state for a composable slot, allowing rendering of a composable in a different part of the composable tree.