withStoreThemeIntlRender
withStoreThemeIntlRender
FunctionwithStoreThemeIntlRender(store: Store<IMState, AnyAction>, theme?: IMThemeVariables, locale?: string, messages?: I18nMessages, theme2?: IMThemeVariables): WithRenderResult
Create a custom render function with ReactRedux.Provider
, ThemeProvider
and IntlProvider
.
Parameters
Parameter | Type | Default |
---|---|---|
store | Store<IMState, AnyAction> | ... |
theme | IMThemeVariables |
|
locale | string |
|
messages | I18nMessages |
|
theme2 | IMThemeVariables |
|
Returns
WithRenderResult