HTMLElementContent

typealias HTMLElementContent = ContentBuilder<HTMLElement>?(source)

Deprecated

Use ContentBuilder<HTMLElement>? directly.

Replace with

import org.jetbrains.compose.web.dom.ContentBuilder
ContentBuilder<HTMLElement>?