mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
rename HistoryMiddleware
change HistoryMiddleware to ReactRouterReduxHistory
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ declare namespace ReactRouterRedux {
|
||||
goForward: GoForwardAction;
|
||||
goBack: GoBackAction;
|
||||
}
|
||||
interface HistoryMiddleware extends H.History {
|
||||
interface ReactRouterReduxHistory extends H.History {
|
||||
unsubscribe(): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user