Package-level declarations
Types
Link copied to clipboard
class BlokProvider
Container for registered component composables and their serializers.
Link copied to clipboard
Scope for registering Component and RichText composables within a BlokProvider.
Functions
Link copied to clipboard
fun blokProviderWithoutRichText(fallback: @Composable (unknownComponent: Component, Modifier) -> Unit = { it, _ -> throw IllegalStateException("Unknown component ${it.component}") }, builder: BlokProviderScope.() -> Unit): BlokProvider
Creates a BlokProvider by registering component composables and serializers (without rich text support).