@types/react-router-config
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -22,3 +22,3 @@ // Type definitions for react-router-config 5.0 | ||
component?: React.ComponentType<RouteConfigComponentProps<any>> | React.ComponentType; | ||
path?: string; | ||
path?: string | string[]; | ||
exact?: boolean; | ||
@@ -25,0 +25,0 @@ strict?: boolean; |
{ | ||
"name": "@types/react-router-config", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "TypeScript definitions for react-router-config", | ||
@@ -41,4 +41,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "9567c93e62401091c2243d999139d0222242e89b6b1ac05499f4c7092bed8aa6", | ||
"typesPublisherContentHash": "5f986a865bb10c40b293dedac1c2bb40c259f93689330b958a1441a4509d2ef3", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for react-router-config ( https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config ). | ||
This package contains type definitions for react-router-config (https://github.com/ReactTraining/react-router/tree/master/packages/react-router-config). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 30 May 2019 17:59:33 GMT | ||
* Last updated: Mon, 23 Sep 2019 17:30:47 GMT | ||
* Dependencies: @types/react, @types/react-router, @types/history | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by François Nguyen <https://github.com/lith-light-g>, John Reilly <https://github.com/johnnyreilly>, Phoenix He <https://github.com/NullMDR>, Mathieu TUDISCO <https://github.com/mathieutu>. | ||
These definitions were written by François Nguyen <https://github.com/lith-light-g>, John Reilly <https://github.com/johnnyreilly>, Phoenix He <https://github.com/NullMDR>, and Mathieu TUDISCO <https://github.com/mathieutu>. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4880