mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Make React.Component (static side) compatible with React.ComponentClass. This ensures validation when we use ES6-style classes to extend from React.Component, as opposed to using React.createClass.
React v0.13.3 Type Definitions
This folder contains the following .d.ts files:
react.d.tsdeclares the module"react"and"react/addons"react-global.d.tsdeclares the global namespaceReact(only include this if you are actually using the globalReact)