mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-28 12:43:06 +08:00
14 lines
355 B
TypeScript
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: {};
|
|
} |