UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

8 lines (7 loc) 258 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];