Package-level declarations
Functions
Link copied to clipboard
fun blokProvider(fallback: @Composable (unknownComponent: Component, Modifier) -> Unit = { it, _ -> throw IllegalStateException("Unknown component ${it.component}") }, storyLinkListener: (uuid: Uuid, anchor: String?) -> Unit = { _, _ -> TODO("No storyLinkListener provided to blokProvider()") }, builder: BlokProviderScope.() -> Unit): BlokProvider
Creates a BlokProvider with default Material 3 composables for all RichText node types.