// Compiled using typings@0.6.6 // Source: https://raw.githubusercontent.com/joemcelroy/DefinitelyTyped/8cd79728efa7652d934b2703feeb68bb4802aebb/react/react-global.d.ts // Type definitions for React v0.14 (namespace) // Project: http://facebook.github.io/react/ // Definitions by: Asana , AssureSign , Microsoft // Definitions: https://github.com/borisyankov/DefinitelyTyped import React = __React; import ReactDOM = __React.__DOM; declare namespace __React { export import addons = __React.__Addons; }