Initial React v0.14 definitions

This commit is contained in:
James Brantly
2015-10-14 19:21:31 -04:00
parent 3a6e1b8988
commit 77b2f7e8d4
13 changed files with 486 additions and 1382 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
# React v0.13.3 Type Definitions
# React v0.14 Type Definitions
This folder contains the following `.d.ts` files:
* `react.d.ts` declares the module `"react"` and `"react/addons"`
* `react-global.d.ts` declares the global namespace `React` (only include this if you are actually using the global `React`)
If you are using modules you should use `react.d.ts`, `react-dom.d.ts` and any of the `react-addon-*.d.ts` definition files.
If you are using the global `React` variable, you should use `react-global.d.ts`.