ConsumerProps

external interface ConsumerProps<T> : Props(source)

Properties

Link copied to clipboard
abstract var children: (T) -> ReactNode?
Link copied to clipboard
abstract var key: Key?

Functions

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