mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
StaticRouter has no any history props
This commit is contained in:
Vendored
+1
-1
@@ -66,7 +66,7 @@ declare module 'react-router' {
|
||||
class Router extends React.Component<RouterProps, void> {}
|
||||
|
||||
|
||||
interface StaticRouterProps extends RouterProps {
|
||||
interface StaticRouterProps {
|
||||
basename?: string;
|
||||
location?: string | object;
|
||||
context?: object;
|
||||
|
||||
Reference in New Issue
Block a user