PropsWithValue

external interface PropsWithValue<V> : Props(source)

Inheritors

Properties

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var value: V

Functions

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