DefinitelyTyped/react
2015-03-14 15:27:46 -07:00
..
legacy Moving React 0.13 to be the default 2015-03-10 19:03:37 -07:00
react-addons-global.d.ts Remove beta and RC2 references from React defs 2015-03-14 15:27:46 -07:00
react-addons-tests.ts Moving React 0.13 to be the default 2015-03-10 19:03:37 -07:00
react-addons.d.ts Remove beta and RC2 references from React defs 2015-03-14 15:27:46 -07:00
react-global.d.ts Remove beta and RC2 references from React defs 2015-03-14 15:27:46 -07:00
react-tests.ts Moving React 0.13 to be the default 2015-03-10 19:03:37 -07:00
react.d.ts Remove beta and RC2 references from React defs 2015-03-14 15:27:46 -07:00
README.md Remove beta and RC2 references from React defs 2015-03-14 15:27:46 -07:00

React v0.13.0 Type Definitions

This folder contains the following .d.ts files:

  • react-0.13.0.d.ts declares the external module "react"
  • react-addons-0.13.0.d.ts declares the external module "react/addons"
  • react-global-0.13.0.d.ts declares the internal module React in the global namespace
  • react-addons-global-0.13.0.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.