aboutsummaryrefslogtreecommitdiff
path: root/lib/decl/react-global.d.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-13 08:16:12 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-13 08:16:52 +0100
commitb2128609ac8159a14224deba399144b3400c8c20 (patch)
tree4759dfda67c54f6838c3aef0951545ae18bb83bd /lib/decl/react-global.d.ts
parent3f0ee289c4a61991d0e75906a9bd949cebb39d20 (diff)
downloadwallet-core-b2128609ac8159a14224deba399144b3400c8c20.tar.xz
Finally give in and use React, minor tweeks.
Preact (a minimalistic React alternative) had too many bugs ...
Diffstat (limited to 'lib/decl/react-global.d.ts')
-rw-r--r--lib/decl/react-global.d.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/decl/react-global.d.ts b/lib/decl/react-global.d.ts
new file mode 100644
index 000000000..912d029e9
--- /dev/null
+++ b/lib/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;
+