Files
DefinitelyTyped/react
Vincent Siao 1cc5ea01d8 [React] Update HTMLAttributes interface
removes `scrollLeft`, `scrollTop` (0.12.0)
adds `formAction`, `formEncType`, `formMethod`, `formTarget`, `marginHeight`, `marginWidth` (0.12.2)
adds `scoped`, `high`, `low`, `optimum`, `unselectable` (0.13.2)
2015-05-28 15:30:16 -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.