invoke

operator fun <P : Props, R : Props> HOC<P, R>.invoke(component: RBuilder.(P) -> Unit): ComponentClass<R>(source)
operator fun <P : Props, R : Props> HOC<P, R>.invoke(config: Any, component: RBuilder.(P) -> Unit): ComponentClass<R>(source)