We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114836c commit 76038fbCopy full SHA for 76038fb
src/type.d.ts
@@ -285,5 +285,5 @@ export type ThemeKeys =
285
| 'tube'
286
| 'twilight';
287
288
-declare const ReactJson: React.ComponentType<ReactJsonViewProps>;
289
-export default ReactJson;
+declare const JsonViewer: React.ComponentType<ReactJsonViewProps>;
+export default JsonViewer;
0 commit comments