UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

5 lines (4 loc) 116 B
export declare function isPointerInBounds(view: HTMLElement, { x, y }: { x: number; y: number; }): boolean;