Files
DefinitelyTyped/react-addons/react-addons.d.ts
T
Phips Peter bf5cd4b9b1 Starting react-addons module
We will use module merging to merge addons into the existing react
context.
2014-10-01 14:19:40 -07:00

14 lines
355 B
TypeScript

// Type definitions for React with Addons 0.11.2
// Project: http://facebook.github.io/react/
// Definitions by: Asana <https://asana.com>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../react/react.d.ts" />
declare module "react/addons" {
export = React;
}
declare module React {
export var addons: {};
}