PropsWithRef

external interface PropsWithRef<T : Any> : Props(source)

Properties

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var ref: Ref<T>?

Functions

Link copied to clipboard
Link copied to clipboard
open inline operator fun Props?.unaryPlus()