Files
DefinitelyTyped/types/react-addons-pure-render-mixin/index.d.ts
2017-06-19 13:34:54 +02:00

13 lines
487 B
TypeScript

// Type definitions for React (react-addons-pure-render-mixin) 0.14
// 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
// TypeScript Version: 2.3
import { Mixin } from 'react';
declare var PureRenderMixin: PureRenderMixin;
export = PureRenderMixin;
interface PureRenderMixin extends Mixin<any, any> { }