| Current Path : /home/emeraadmin/public_html/node_modules/@react-dnd/shallowequal/dist/ |
| Current File : /home/emeraadmin/public_html/node_modules/@react-dnd/shallowequal/dist/index.d.ts |
export declare function shallowEqual<T>(objA: T, objB: T, compare?: (a: T, b: T, key?: string) => boolean | void, compareContext?: any): boolean;