diff --git a/react-router/history.d.ts b/react-router/history.d.ts index c527e83e8..1b5c6dfad 100644 --- a/react-router/history.d.ts +++ b/react-router/history.d.ts @@ -22,6 +22,8 @@ declare namespace HistoryModule { transitionTo(location: Location): void pushState(state: LocationState, path: Path): void replaceState(state: LocationState, path: Path): void + push(path: Path): void + replace(path: Path): void go(n: number): void goBack(): void goForward(): void