From fd71eaa751f1aea2a3a7ac9accdf4c2a0ffba411 Mon Sep 17 00:00:00 2001 From: Christoph Spielmann Date: Sun, 27 Aug 2017 19:10:33 +0200 Subject: [PATCH] Remove unnecessary type-parameter... --- types/react-json/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react-json/index.d.ts b/types/react-json/index.d.ts index c52cabcd6b..6887a948b8 100644 --- a/types/react-json/index.d.ts +++ b/types/react-json/index.d.ts @@ -12,5 +12,5 @@ export interface JsonProperties { onChange?: OnChangeHandler; } -export class Json extends React.Component { +export class Json extends React.Component { }