DefinitelyTyped/react
2015-06-15 10:01:01 +10:00
..
legacy Moving React 0.13 to be the default 2015-03-10 19:03:37 -07:00
react-addons-global.d.ts [React] change ShallowRenderer output to ReactElement 2015-05-28 14:18:58 -07:00
react-addons-tests.ts [React] change ShallowRenderer output to ReactElement 2015-05-28 14:18:58 -07:00
react-addons.d.ts [React] Update HTMLAttributes interface 2015-05-28 15:30:16 -07:00
react-global.d.ts [React] Update HTMLAttributes interface 2015-05-28 15:30:16 -07:00
react-tests.ts Revert "React : test for modernComponent" 2015-06-15 10:01:01 +10:00
react.d.ts [React] Update HTMLAttributes interface 2015-05-28 15:30:16 -07:00
README.md [React] Update README (0.13.3) 2015-05-28 15:33:04 -07:00

React v0.13.3 Type Definitions

This folder contains the following .d.ts files:

  • react.d.ts declares the external module "react"
  • react-addons.d.ts declares the external module "react/addons"
  • react-global.d.ts declares the internal module React in the global namespace
  • react-addons-global.d.ts extends the global React module with addons

Interfaces are duplicated between these files; please take care to keep them in sync when making changes. See #3615 for relevant discussion.