Package-level declarations

Functions

Link copied to clipboard
fun blockProvider(fallback: @Composable (unknownComponent: Component, Modifier) -> Unit = { it, _ -> throw IllegalStateException("Unknown component ${it.component}") }, storyLinkListener: (uuid: Uuid, anchor: String?) -> Unit = { _, _ -> TODO("No storyLinkListener provided to blockProvider()") }, builder: BlockProviderScope.() -> Unit): BlockProvider

Creates a BlockProvider with default Material 3 composables for all RichText node types.