mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fix param name
This commit is contained in:
parent
3a6e1b8988
commit
d4f3ed0cc7
2
redux/redux.d.ts
vendored
2
redux/redux.d.ts
vendored
@ -43,7 +43,7 @@ declare module Redux {
|
||||
function createStore(reducer: Reducer, initialState?: any): Store;
|
||||
function bindActionCreators<T>(actionCreators: T, dispatch: Dispatch): T;
|
||||
function combineReducers(reducers: any): Reducer;
|
||||
function applyMiddleware(...middleware: Middleware[]): Function;
|
||||
function applyMiddleware(...middlewares: Middleware[]): Function;
|
||||
function compose<T extends Function>(...functions: Function[]): T;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user