BpkBehaviouralEventWrapper
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.