DefinitelyTyped/react
2016-02-26 14:00:12 -08:00
..
react-0.13.3.d.ts Fix linting errors in react typings 2015-11-18 14:37:45 -05: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 Add transition timeout props to React CSSTransitionGroup 2015-11-18 14:37:46 -05:00
react-addons-linked-state-mixin.d.ts Fix linting errors in react typings 2015-11-18 14:37:45 -05:00
react-addons-perf.d.ts Fix linting errors in react typings 2015-11-18 14:37:45 -05:00
react-addons-pure-render-mixin.d.ts Fix linting errors in react typings 2015-11-18 14:37:45 -05:00
react-addons-shallow-compare.d.ts [React.14] Move shallowCompare into __React.__Addons namespace 2015-11-09 18:24:49 -08:00
react-addons-test-utils.d.ts Fix linting errors in react typings 2015-11-18 14:37:45 -05:00
react-addons-transition-group.d.ts Remove extra whitespace from react-addons-transition-group 2016-01-06 08:16:37 -08:00
react-addons-update.d.ts Fix linting errors in react typings 2015-11-18 14:37:45 -05:00
react-dom.d.ts Fix linting errors in react typings 2015-11-18 14:37:45 -05:00
react-global-0.13.3.d.ts [React.14] Fix jsnox types and reference path in react-global-0.13.3 2015-11-05 14:56:58 -08:00
react-global-tests.ts Merge branch 'master' into reactSFC 2015-12-01 14:26:53 -08: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 [React] Add SFC displayName and fix onlyChild type 2015-12-09 12:07:28 -08:00
react.d.ts [react] Add React.Key; React.Ref<T> types 2016-02-26 14:00:12 -08:00
README.md [React.14] Update HTMLAttributes/SVGAttributes for 0.14.2 2015-11-05 16:50:52 -08:00

React v0.14.2 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.