microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
ReactTypings/react/react-global.d.ts
22lines · modeblame
d24fea86Joshua Skelton10 years ago | 1 | // Type definitions for React v0.14 (namespace) |
| 2 | // Project: http://facebook.github.io/react/ | |
| 3 | // Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com> | |
| 4 | // Definitions: https://github.com/borisyankov/DefinitelyTyped | |
| 5 | | |
| 6 | /// <reference path="react.d.ts" /> | |
| 7 | /// <reference path="react-dom.d.ts" /> | |
| 8 | /// <reference path="react-addons-create-fragment.d.ts" /> | |
| 9 | /// <reference path="react-addons-css-transition-group.d.ts" /> | |
| 10 | /// <reference path="react-addons-linked-state-mixin.d.ts" /> | |
| 11 | /// <reference path="react-addons-perf.d.ts" /> | |
| 12 | /// <reference path="react-addons-pure-render-mixin.d.ts" /> | |
| 13 | /// <reference path="react-addons-test-utils.d.ts" /> | |
| 14 | /// <reference path="react-addons-transition-group.d.ts" /> | |
| 15 | /// <reference path="react-addons-update.d.ts" /> | |
| 16 | | |
| 17 | import React = __React; | |
| 18 | import ReactDOM = __React.__DOM; | |
| 19 | | |
| 20 | declare namespace __React { | |
| 21 | export import addons = __React.__Addons; | |
| 22 | } |