@deck.gl/json
Advanced tools
Comparing version 9.0.0-alpha.6 to 9.0.0-alpha.7
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "9.0.0-alpha.6", | ||
"version": "9.0.0-alpha.7", | ||
"publishConfig": { | ||
@@ -42,3 +42,3 @@ "access": "public" | ||
}, | ||
"gitHead": "dcb297a8b2b0fcfb3194f16f8df759afcd0e6cac" | ||
"gitHead": "de061268077ab74e163792162efbc07be95d10f5" | ||
} |
import JSONConfiguration from './json-configuration'; | ||
export declare type JSONConverterProps = { | ||
export type JSONConverterProps = { | ||
configuration: JSONConfiguration | Record<string, any>; | ||
@@ -4,0 +4,0 @@ onJSONChange: any; |
Sorry, the diff of this file is not supported yet
199888