Skip to content

Commit 71035d3

Browse files
author
blucas.wu
committed
types: update
1 parent ba5c12d commit 71035d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎types/index.d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ export interface Options {
2929
maxTitleSize?: number;
3030
}
3131

32-
declare const ReactJsonView: import('react').MemoExoticComponent<Options>;
32+
declare const ReactJsonView: import('react').NamedExoticComponent<Options>;
3333

3434
export default ReactJsonView;

0 commit comments

Comments
 (0)