External module "react/hoc/withEffect"
Functions
hocWithConfig
- hocWithConfig<P>(Component: ComponentClass<P> | React.SFC<P>, effect: Effect): ComponentClass<P, any>
-
Type parameters
Parameters
-
Component: ComponentClass<P> | React.SFC<P>
-
Returns ComponentClass<P, any>
withEffect
- withEffect(effect: Effect): (Anonymous function)
-
Parameters
Returns (Anonymous function)