// Type definitions for React (react-addons-pure-render-mixin) 0.14 // Project: http://facebook.github.io/react/ // Definitions by: Asana , AssureSign , Microsoft // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 import { Mixin } from 'react'; declare var PureRenderMixin: PureRenderMixin; export = PureRenderMixin; interface PureRenderMixin extends Mixin { }