@types/react-router-native
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
// Type definitions for React Router Native 4.2 | ||
// Type definitions for React Router Native 5.1 | ||
// Project: https://github.com/reacttraining/react-router | ||
@@ -9,15 +9,19 @@ // Definitions by: Eduard Zintz <https://github.com/ezintz> | ||
export { | ||
match, | ||
matchPath, | ||
MemoryRouter, | ||
Prompt, | ||
Redirect, | ||
Route, | ||
RouteComponentProps, | ||
RouteProps, | ||
Router, | ||
RouterChildContext, | ||
StaticRouter, | ||
Switch, | ||
withRouter | ||
match, | ||
matchPath, | ||
MemoryRouter, | ||
Prompt, | ||
Redirect, | ||
Route, | ||
RouteComponentProps, | ||
RouteProps, | ||
Router, | ||
RouterChildContext, | ||
StaticRouter, | ||
Switch, | ||
withRouter, | ||
useHistory, | ||
useLocation, | ||
useParams, | ||
useRouteMatch, | ||
} from 'react-router'; | ||
@@ -24,0 +28,0 @@ import * as React from 'react'; |
{ | ||
"name": "@types/react-router-native", | ||
"version": "4.2.4", | ||
"version": "5.1.0", | ||
"description": "TypeScript definitions for React Router Native", | ||
@@ -22,3 +22,4 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-router-native" | ||
}, | ||
@@ -31,4 +32,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "bfe17604d0da8ced234e27e4da5f39ed0c03ed0ba10de9beb681264eaef10c6a", | ||
"typesPublisherContentHash": "a7af34f74384068069b0098e4622515919b3e3b0261ca223b083305437b0f2aa", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for React Router Native ( https://github.com/reacttraining/react-router ). | ||
This package contains type definitions for React Router Native (https://github.com/reacttraining/react-router). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:06:17 GMT | ||
* Last updated: Wed, 25 Sep 2019 11:33:05 GMT | ||
* Dependencies: @types/react-router, @types/react, @types/history | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Eduard Zintz <https://github.com/ezintz>, Fernando Helwanger <https://github.com/fhelwanger>. | ||
These definitions were written by Eduard Zintz <https://github.com/ezintz>, and Fernando Helwanger <https://github.com/fhelwanger>. |
4191
3.61%48
9.09%