This commit is contained in:
1
node_modules/@react-dnd/shallowequal/dist/index.d.ts
generated
vendored
Normal file
1
node_modules/@react-dnd/shallowequal/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
export declare function shallowEqual<T>(objA: T, objB: T, compare?: (a: T, b: T, key?: string) => boolean | void, compareContext?: any): boolean;
|
||||
Reference in New Issue
Block a user