@types/react-json-tree
Advanced tools
Comparing version 0.6.8 to 0.6.9
@@ -22,3 +22,3 @@ // Type definitions for react-json-tree v0.6.5 | ||
labelRenderer?: (raw: [string, string]) => JSX.Element; | ||
valueRenderer?: (raw: string) => JSX.Element; | ||
valueRenderer?: (displayValue: string|number, rawValue?: string|number|boolean|null, ...keyPath: (string|number)[]) => JSX.Element; | ||
postprocessValue?: (raw: string) => JSX.Element; | ||
@@ -25,0 +25,0 @@ isCustomNode?: () => boolean; |
{ | ||
"name": "@types/react-json-tree", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "TypeScript definitions for react-json-tree", | ||
@@ -14,2 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -23,4 +24,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "29c139c3949d41c43cba95ff2f393a6af44c9d943f104b7e9bdb37905be87535", | ||
"typesPublisherContentHash": "03be0e56496254034cfa321975ce61eacbe5d66c8ddac8d29381752025a7f1cf", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 04 Aug 2018 00:56:33 GMT | ||
* Dependencies: react | ||
* Last updated: Wed, 26 Dec 2018 06:43:30 GMT | ||
* Dependencies: @types/react | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
3550