ContextType

sealed external interface ContextType<T> : Provider<T> , HasDisplayName(source)

Inheritors

Properties

Link copied to clipboard
abstract var displayName: String?
Link copied to clipboard
abstract val Provider: Provider<T>

Functions

Link copied to clipboard
inline fun <P : Props> ElementType<P>.create(): ReactElement<P>
fun <P : Props> ElementType<P>.create(block: P.() -> Unit): ReactElement<P>