mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 17:29:08 +00:00
rename HistoryMiddleware
rename HistoryMiddleware to ReactRouterReduxHistory
This commit is contained in:
2
react-router-redux/react-router-redux.d.ts
vendored
2
react-router-redux/react-router-redux.d.ts
vendored
@@ -48,7 +48,7 @@ declare namespace ReactRouterRedux {
|
||||
}
|
||||
|
||||
function routerReducer(state?: any, options?: any): R.Reducer;
|
||||
function syncHistoryWithStore(history: H.History, store: R.Store, options?: SyncHistoryWithStoreOptions): HistoryMiddleware;
|
||||
function syncHistoryWithStore(history: H.History, store: R.Store, options?: SyncHistoryWithStoreOptions): ReactRouterReduxHistory;
|
||||
function routerMiddleware(history: H.History): R.Middleware;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user