mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
minor fix
This commit is contained in:
Vendored
+1
-1
@@ -40,7 +40,7 @@ declare module Redux {
|
||||
subscribe(listener: Function): Function;
|
||||
}
|
||||
|
||||
function createStore(reducer: Reducer, initialState?: any, enhancer?: (any)=>any): Store;
|
||||
function createStore(reducer: Reducer, initialState?: any, enhancer?: ()=>any): Store;
|
||||
function bindActionCreators<T>(actionCreators: T, dispatch: Dispatch): T;
|
||||
function combineReducers(reducers: any): Reducer;
|
||||
function applyMiddleware(...middlewares: Middleware[]): Function;
|
||||
|
||||
Reference in New Issue
Block a user