@types/react-router-config
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -31,2 +31,2 @@ // Type definitions for react-router-config 1.0 | ||
export function renderRoutes(routes: RouteConfig[] | undefined): JSX.Element; | ||
export function renderRoutes(routes: RouteConfig[] | undefined, extraProps?: any): JSX.Element; |
{ | ||
"name": "@types/react-router-config", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "TypeScript definitions for react-router-config", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"name": "François Nguyen", | ||
"url": "https://github.com/lith-light-g" | ||
"url": "https://github.com/lith-light-g", | ||
"githubUsername": "lith-light-g" | ||
} | ||
@@ -24,5 +25,4 @@ ], | ||
}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f2ce881ffea1c1e1a2bc89ea0900886c56a254d19e0b4396873e3871f73a0747", | ||
"typesPublisherContentHash": "76b4fc66c3e5df146b9dae22ee1234a4576e87bbe5ce8683a48658fa3f451233", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 10 Jul 2017 19:46:47 GMT | ||
* Last updated: Tue, 26 Sep 2017 00:18:08 GMT | ||
* Dependencies: react, react-router, history | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
3633