UNPKG

react-native-gesture-handler

Version:

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

9 lines (8 loc) 276 B
export declare const TouchEventType: { readonly UNDETERMINED: 0; readonly TOUCHES_DOWN: 1; readonly TOUCHES_MOVE: 2; readonly TOUCHES_UP: 3; readonly TOUCHES_CANCELLED: 4; }; export type TouchEventType = typeof TouchEventType[keyof typeof TouchEventType];