ComposableSlot

fun ComposableSlot(composableSlotState: ComposableSlotState, content: @Composable () -> Unit)

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