UNPKG

react-use-gesture

Version:

React hook for receiving gestures https://use-gesture.netlify.app

7 lines (6 loc) 187 B
/** * Taken from https://github.com/FormidableLabs/react-fast-compare * * Dropped comments and ArrayBuffer handling */ export default function isEqual(a: any, b: any): boolean;