CardSection

data class CardSection(styling: Style<BoxParams>, value: RenderContext.() -> Unit)

Properties

styling
Link copied to clipboard
js
val styling: Style<BoxParams>
value
Link copied to clipboard
js
val value: RenderContext.() -> Unit