From 5ba34d340733d99652c613b28af7839e4078a8cb Mon Sep 17 00:00:00 2001 From: k-simons Date: Fri, 25 Aug 2017 14:38:14 -0700 Subject: [PATCH] Add State Typing --- types/react-json-tree/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-json-tree/index.d.ts b/types/react-json-tree/index.d.ts index 1ab9b473a1..e82be59e33 100644 --- a/types/react-json-tree/index.d.ts +++ b/types/react-json-tree/index.d.ts @@ -25,4 +25,4 @@ export interface JSONTreeProps extends Props { collectionLimit?: number; } -export default class JSONTreeComponent extends Component { } +export default class JSONTreeComponent extends Component { }