Package-level declarations

Functions

Link copied to clipboard
fun LayoutScope.useEffect(onAttach: () -> CleanupFunc?)

fun LayoutScope.useEffect(vararg deps: Any?, onAttach: () -> CleanupFunc?)

Registers a callback to perform side-effects from the Layout Behaviour of a Primitive Component.