- default(initialState?: CombinedState): EnhancedStore<Object, UnknownAction, Tuple<[StoreEnhancer<{
dispatch: ThunkDispatch<Object, undefined, UnknownAction>;
}, {}>, StoreEnhancer<{}, {}>]>>
-
Returns EnhancedStore<Object, UnknownAction, Tuple<[StoreEnhancer<{
dispatch: ThunkDispatch<Object, undefined, UnknownAction>;
}, {}>, StoreEnhancer<{}, {}>]>>
Build a redux store with reducers specific to the admin interface as well as reducers from web-opds-client.