UNPKG

react-native-gesture-handler

Version:

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

8 lines (7 loc) 256 B
export declare const ActionType: { readonly REANIMATED_WORKLET: 1; readonly NATIVE_ANIMATED_EVENT: 2; readonly JS_FUNCTION_OLD_API: 3; readonly JS_FUNCTION_NEW_API: 4; }; export type ActionType = typeof ActionType[keyof typeof ActionType];