From 3d79aba854ccdbc79e8b7145ca99d6e0803e66bc Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Nov 2016 01:28:37 +0100 Subject: re-add decl files --- decl/react-global.d.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 decl/react-global.d.ts (limited to 'decl/react-global.d.ts') 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 , AssureSign , Microsoft +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +/// +/// + +import React = __React; +import ReactDOM = __React.__DOM; + -- cgit v1.2.3