HOC

external interface HOC<out P : Props, in R : Props>(source)

Functions

Link copied to clipboard
abstract operator fun invoke(component: ComponentType<P>, vararg args: Any?): ComponentClass<R>
Link copied to clipboard
operator fun <P : Props, R : Props> HOC<P, R>.invoke(component: RBuilder.(P) -> Unit): ComponentClass<R>
operator fun <P : Props, R : Props> HOC<P, R>.invoke(config: Any, component: RBuilder.(P) -> Unit): ComponentClass<R>