mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 08:57:26 +08:00
Fixes a typo on routerActions's symbol name
Changes symbol name from 'routerAction' to 'routerActions'.
This commit is contained in:
2
types/react-router-redux/index.d.ts
vendored
2
types/react-router-redux/index.d.ts
vendored
@@ -41,7 +41,7 @@ export function go(n: number): RouterAction;
|
||||
export function goBack(): RouterAction;
|
||||
export function goForward(): RouterAction;
|
||||
|
||||
export const routerAction: {
|
||||
export const routerActions: {
|
||||
push: typeof push
|
||||
replace: typeof replace
|
||||
go: typeof go
|
||||
|
||||
Reference in New Issue
Block a user