Package-level declarations

Types

Link copied to clipboard
expect abstract class HTMLElement

Functions

Link copied to clipboard
@Composable
fun <T : HTMLElement> HtmlElement(factory: () -> T, update: (T) -> Unit = {}, zIndex: String = "auto", modifier: Modifier = Modifier)