microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
ReactTypings/react/react-addons-pure-render-mixin.d.ts
20lines · modeblame
d24fea86Joshua Skelton10 years ago | 1 | // Type definitions for React v0.14 (react-addons-pure-render-mixin) |
| 2 | // Project: http://facebook.github.io/react/ | |
| 3 | // Definitions by: Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com> | |
| 4 | // Definitions: https://github.com/borisyankov/DefinitelyTyped | |
| 5 | | |
| 6 | /// <reference path="react.d.ts" /> | |
| 7 | | |
| 8 | declare namespace __React { | |
| 9 | interface PureRenderMixin extends Mixin<any, any> {} | |
| 10 | | |
| 11 | namespace __Addons { | |
| 12 | export var PureRenderMixin: PureRenderMixin; | |
| 13 | } | |
| 14 | } | |
| 15 | | |
| 16 | declare module "react-addons-pure-render-mixin" { | |
| 17 | var PureRenderMixin: __React.PureRenderMixin; | |
| 18 | type PureRenderMixin = __React.PureRenderMixin; | |
| 19 | export = PureRenderMixin; | |
| 20 | } |