Package-level declarations

Types

Link copied to clipboard
expect interface Alignment
actual interface Alignment
actual interface Alignment
Link copied to clipboard

This serves as a shortcut for code completion and an alternative name when you prefer another type taking the name Modifier in a file. In most cases, it's recommended to use Modifier directly.

Link copied to clipboard
expect interface Modifier
actual interface Modifier
actual interface Modifier
Link copied to clipboard
typealias PlatformModifier = Modifier

Functions

Link copied to clipboard
fun <A : AttrsScope<Element>> Modifier.toAttrs(finalHandler: A.() -> Unit? = null): A.() -> Unit
Link copied to clipboard