aboutsummaryrefslogtreecommitdiff
path: root/lib/decl/react-global.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/decl/react-global.d.ts')
-rw-r--r--lib/decl/react-global.d.ts11
1 files changed, 0 insertions, 11 deletions
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 <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
-// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
-
-/// <reference path="react.d.ts" />
-/// <reference path="react-dom.d.ts" />
-
-import React = __React;
-import ReactDOM = __React.__DOM;
-