Props

data class Props(val header: DIV.(CollapsableComponent.HeaderCtx) -> Unit?, val content: RenderFunc<DIV>, val collapsed: Boolean)

Constructors

Link copied to clipboard
constructor(header: DIV.(CollapsableComponent.HeaderCtx) -> Unit?, content: RenderFunc<DIV>, collapsed: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
val content: RenderFunc<DIV>
Link copied to clipboard