DefinitelyTyped/react
Daniel Rosenwasser 96281f1a1c Merge branch 'master' into handleExtraObjectLiteralProperties
Conflicts:
	parse/parse.d.ts
2015-08-25 10:31:49 -07:00
..
react-addons-global.d.ts Go back to old style of React typings and merge in JSX to both 2015-07-06 15:58:01 -07:00
react-addons-tests.ts react - Replaced any with {} for context 2015-08-04 11:10:07 +03:00
react-addons.d.ts reactChidlren callbacks accept index 2015-08-24 17:43:21 +10:00
react-global.d.ts Merge branch 'master' into handleExtraObjectLiteralProperties 2015-08-25 10:31:49 -07: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 Merge branch 'master' into handleExtraObjectLiteralProperties 2015-08-25 10:31:49 -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.