aboutsummaryrefslogtreecommitdiff
path: root/decl/react-global.d.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-14 01:28:37 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-14 01:28:37 +0100
commit3d79aba854ccdbc79e8b7145ca99d6e0803e66bc (patch)
tree272c63f1ad104641eec390feca28f77146ebe465 /decl/react-global.d.ts
parent8ab5db6255ebea71dc6c839c2c7f00fa815a585e (diff)
downloadwallet-core-3d79aba854ccdbc79e8b7145ca99d6e0803e66bc.tar.xz
re-add decl files
Diffstat (limited to 'decl/react-global.d.ts')
-rw-r--r--decl/react-global.d.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/decl/react-global.d.ts b/decl/react-global.d.ts
new file mode 100644
index 000000000..912d029e9
--- /dev/null
+++ b/decl/react-global.d.ts
@@ -0,0 +1,11 @@
+// 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;
+