react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
9 lines • 322 B
TypeScript
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];
//# sourceMappingURL=TouchEventType.d.ts.map