DefinitelyTyped/react
2015-11-05 07:01:14 -05:00
..
react-0.13.3.d.ts Add legacy files for v0.13 2015-10-14 20:52:17 -04:00
react-addons-create-fragment.d.ts Initial React v0.14 definitions 2015-10-14 19:21:31 -04:00
react-addons-css-transition-group.d.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react-addons-linked-state-mixin.d.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react-addons-perf.d.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react-addons-pure-render-mixin.d.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react-addons-test-utils.d.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react-addons-transition-group.d.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react-addons-update.d.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react-dom.d.ts Fix module => namespace 2015-10-14 20:55:48 -04:00
react-global-0.13.3.d.ts Add legacy files for v0.13 2015-10-14 20:52:17 -04:00
react-global-tests.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react-global.d.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react-tests.ts Update tests for v0.14 and refactor how addons expose interfaces. 2015-11-05 07:01:14 -05:00
react.d.ts Write typings for React.Children.toArray and React.Children.map 2015-11-02 22:59:15 -05:00
README.md Initial React v0.14 definitions 2015-10-14 19:21:31 -04:00

React v0.14 Type Definitions

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.