DefinitelyTyped/react
James Brantly e79e14a7b8 Fixup the global definitions.
Originally had renamed react-global.d.ts to react-namespace.d.ts. After thinking about it further I don't think a rename really benefits anyone and would just cause confusion with people trying to upgrade. Also I had missed the `.d` in the original rename. Additionally adding some tests for the global version since there were none.
2015-09-03 23:07:28 -04:00
..
react-addons-tests.ts Fix CSSProperties indexer issue (sort of) 2015-08-29 09:48:26 -04:00
react-global-tests.ts Fixup the global definitions. 2015-09-03 23:07:28 -04:00
react-global.d.ts Fixup the global definitions. 2015-09-03 23:07:28 -04:00
react-tests.ts Add type annotation to avoid complaining about missing index signature in 'react'. 2015-08-20 16:53:36 -07:00
react.d.ts Fix CSSProperties indexer issue (sort of) 2015-08-29 09:48:26 -04:00
README.md Fixup the global definitions. 2015-09-03 23:07:28 -04:00

React v0.13.3 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)