We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03bc0b6 commit 297af48Copy full SHA for 297af48
index.d.ts
@@ -28,7 +28,7 @@ export interface INgRedux {
28
}
29
30
export interface INgReduxProvider {
31
- createStoreWith(reducer: Reducer, middlewares?: Array<Middleware | string>, storeEnhancers?: Function[]): void;
+ createStoreWith(reducer: Reducer, middlewares?: Array<Middleware | string>, storeEnhancers?: Function[], initialState?: any): void;
32
33
34
export var ngRedux: string;
0 commit comments