mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-23 11:50:15 +08:00
change routerMiddleware return R.Middleware
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ declare namespace ReactRouterRedux {
|
||||
|
||||
function routerReducer(state?: any, options?: any): R.Reducer;
|
||||
function syncHistoryWithStore(history: H.History, store: R.Store, options?: SyncHistoryWithStoreOptions): HistoryMiddleware;
|
||||
function routerMiddleware(history: H.History): Function;
|
||||
function routerMiddleware(history: H.History): R.Middleware;
|
||||
}
|
||||
|
||||
declare module "react-router-redux" {
|
||||
|
||||
Reference in New Issue
Block a user