// Type definitions for React v0.14 (react-addons-css-transition-group) // Project: http://facebook.github.io/react/ // Definitions by: Asana , AssureSign , Microsoft // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// declare namespace __React { namespace __Addons { export function shallowCompare( component: __React.Component, nextProps: P, nextState: S): boolean; } } declare module "react-addons-shallow-compare" { export = __React.__Addons.shallowCompare; }