Preparing search index...
The search index is not available
@xarc/react-redux
@xarc/react-redux
common
ReduxFeature
Type alias ReduxFeature
Redux
Feature
:
SubAppFeature
&
{
Provider
:
typeof
Provider
;
_store
:
any
;
createStore
:
typeof
createStore
;
options
:
ReduxFeatureOptions
;
prepare
:
any
;
wrap
:
(
(
_
)
=>
any
)
;
}
redux support for a subapp
Type declaration
Provider
:
typeof
Provider
_store
:
any
create
Store
:
typeof
createStore
options
:
ReduxFeatureOptions
prepare
:
any
wrap
:
(
(
_
)
=>
any
)
(
_
)
:
any
Parameters
_
:
any
Returns
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@xarc/react-redux
Loading...
redux support for a subapp