mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Moving React 0.13 to be the default
React 0.13 is now released so it should be the default type definition. http://facebook.github.io/react/blog/2015/03/10/react-v0.13.html
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# React v0.13.0-beta 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](https://github.com/borisyankov/DefinitelyTyped/pull/3615) for relevant discussion.
|
||||
|
||||
Reference in New Issue
Block a user