UNPKG

@harmowatch/ngx-redux-core

Version:

Decorator driven redux integration for Angular 2+

6 lines (5 loc) 199 B
import { ReduxModuleChildConfig } from '../child/config'; import { Store } from 'redux'; export interface ReduxModuleRootConfig extends ReduxModuleChildConfig { storeFactory?: () => Store<{}>; }