UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

8 lines (7 loc) 256 B
/** * Util who compare two objects to equal values * * Basics on [react-fast-compare](https://github.com/FormidableLabs/react-fast-compare) * but removed checks to unnecessary data structs. */ export declare function isEqual(a: any, b: any): boolean;