Package-level declarations

Types

Link copied to clipboard
class BpkSectionHeaderButton(val text: String, val onClick: () -> Unit)

Functions

Link copied to clipboard
fun BpkSectionHeader(title: String, modifier: Modifier = Modifier, description: String? = null, button: BpkSectionHeaderButton? = null, type: BpkSectionHeaderType = BpkSectionHeaderType.Default)