ant-design/custom-typings/shallowequal.d.ts
2016-07-26 16:21:07 +08:00

4 lines
96 B
TypeScript

declare module 'shallowequal' {
export default function(source: any, target: any): boolean;
}