withStoreThemeRender
FunctionwithStoreThemeRender(store: Store<IMState, AnyAction>, theme: IMThemeVariables, theme2?: IMThemeVariables): WithRenderResult
Create a custom render function with ReactRedux.Provider
and ThemeProvider
.
Parameters
Parameter | Type | Default |
---|---|---|
store | Store<IMState, AnyAction> | ... |
theme | IMThemeVariables | mock |
theme2 | IMThemeVariables |
|
Returns
WithRenderResult