1 parent ba5c12d commit 71035d3Copy full SHA for 71035d3
1 file changed
types/index.d.ts
@@ -29,6 +29,6 @@ export interface Options {
29
maxTitleSize?: number;
30
}
31
32
-declare const ReactJsonView: import('react').MemoExoticComponent<Options>;
+declare const ReactJsonView: import('react').NamedExoticComponent<Options>;
33
34
export default ReactJsonView;
0 commit comments