mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
23 lines
949 B
TypeScript
23 lines
949 B
TypeScript
// Type definitions for React v0.14 (namespace)
|
|
// Project: http://facebook.github.io/react/
|
|
// Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference path="react.d.ts" />
|
|
/// <reference path="react-dom.d.ts" />
|
|
/// <reference path="react-addons-create-fragment.d.ts" />
|
|
/// <reference path="react-addons-css-transition-group.d.ts" />
|
|
/// <reference path="react-addons-linked-state-mixin.d.ts" />
|
|
/// <reference path="react-addons-perf.d.ts" />
|
|
/// <reference path="react-addons-pure-render-mixin.d.ts" />
|
|
/// <reference path="react-addons-test-utils.d.ts" />
|
|
/// <reference path="react-addons-transition-group.d.ts" />
|
|
/// <reference path="react-addons-update.d.ts" />
|
|
|
|
import React = __React;
|
|
import ReactDOM = __React.__DOM;
|
|
|
|
declare namespace __React {
|
|
export import addons = __React.__Addons;
|
|
}
|