Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 566 Bytes

ComponentWrapper.md

File metadata and controls

19 lines (9 loc) · 566 Bytes

ComponentWrapper

wrap

wrap(componentName: string, OriginalComponentClass: React.ComponentType<any>, store: any, componentEventsObserver: any, ReduxProvider: any, reduxStore: any): React.ComponentType<any>

source


wrapWithRedux

wrapWithRedux(WrappedComponent: any, ReduxProvider: any, reduxStore: any): React.ComponentType<any>

source