export default shallowCompare; /** * Does a shallow comparison for props, state and context * See also https://facebook.github.io/react/docs/shallow-compare.html * from https://github.com/facebook/react/blob/master/src/addons/shallowCompare.js */ declare function shallowCompare(instance: any, nextProps: any, nextState: any, nextContext: any): boolean; //# sourceMappingURL=shallow-compare.d.ts.map