From f3fb8be7db6de87dae40d41bd5597a735c800ca1 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 13 Nov 2016 23:30:18 +0100 Subject: restructuring --- lib/decl/react-global.d.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lib/decl/react-global.d.ts (limited to 'lib/decl/react-global.d.ts') diff --git a/lib/decl/react-global.d.ts b/lib/decl/react-global.d.ts deleted file mode 100644 index 912d029e9..000000000 --- a/lib/decl/react-global.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -// Type definitions for React v0.14 (namespace) -// Project: http://facebook.github.io/react/ -// Definitions by: Asana , AssureSign , Microsoft -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -/// -/// - -import React = __React; -import ReactDOM = __React.__DOM; - -- cgit v1.2.3