Preparing search index...
The search index is not available
@xarc/react-redux
@xarc/react-redux
browser
Redux
StoreEnhancerStoreCreator
Type alias StoreEnhancerStoreCreator<Ext, StateExt>
Store
Enhancer
Store
Creator
<
Ext
,
StateExt
>
:
(
<
S
,
A
>
(
reducer
,
preloadedState
?
)
=>
Store
<
S
&
StateExt
,
A
>
&
Ext
)
Type Parameters
Ext
=
{}
StateExt
=
{}
Type declaration
<
S
,
A
>
(
reducer
,
preloadedState
?
)
:
Store
<
S
&
StateExt
,
A
>
&
Ext
Type Parameters
S
=
any
A
extends
Action
=
AnyAction
Parameters
reducer
:
Reducer
<
S
,
A
>
Optional
preloadedState
:
PreloadedState
<
S
>
Returns
Store
<
S
&
StateExt
,
A
>
&
Ext
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@xarc/react-redux
Loading...