mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-07 06:28:26 +08:00
Added compose() function declaration
This commit is contained in:
3
redux/redux.d.ts
vendored
3
redux/redux.d.ts
vendored
@@ -44,8 +44,9 @@ declare module Redux {
|
||||
function bindActionCreators<T>(actionCreators: T, dispatch: Dispatch): T;
|
||||
function combineReducers(reducers: any): Reducer;
|
||||
function applyMiddleware(...middleware: Middleware[]): Function;
|
||||
function compose<T extends Function>(...functions: Function[]): T;
|
||||
}
|
||||
|
||||
declare module "redux" {
|
||||
export = Redux;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user