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
Link copied to clipboard

Properties

Link copied to clipboard
const val SMALL_TABLET_WIDTH: Int = 513

Functions

Link copied to clipboard