UNPKG

react-native-gesture-handler

Version:

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

7 lines (6 loc) 96 B
export declare enum PointerType { TOUCH = 0, STYLUS = 1, MOUSE = 2, OTHER = 3 }