Package-level declarations
Types
Link copied to clipboard
typealias BpkBehaviouralEventWrapper = @Composable (item: Any, modifier: Modifier, content: @Composable BpkClickHandleScope.() -> Unit) -> Unit
This is used for registering components for behavioural events. Right now this supports onClick
events, while any other events must be handled by the consumer.
Link copied to clipboard
interface BpkClickHandleScope
Link copied to clipboard