UNPKG

react-native-gesture-handler

Version:

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

8 lines (7 loc) 202 B
export declare const Directions: { readonly RIGHT: 1; readonly LEFT: 2; readonly UP: 4; readonly DOWN: 8; }; export declare type Directions = typeof Directions[keyof typeof Directions];