From a3b39389cd2ae5dda6bb0ccb3ffacfbbeb9fabf2 Mon Sep 17 00:00:00 2001 From: Wayne Dela Cruz Date: Fri, 31 Mar 2017 09:45:49 +0800 Subject: [PATCH] react use TS 2.2 --- types/react/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 62233663d9..3464d91746 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -2,7 +2,7 @@ // Project: http://facebook.github.io/react/ // Definitions by: Asana , AssureSign , Microsoft , John Reilly , Benoit Benezech , Patricio Zavolinsky , Digiguru // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.1 +// TypeScript Version: 2.2 export = React; export as namespace React;