react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
10 lines • 365 B
TypeScript
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;
readonly NATIVE_DETECTOR: 5;
readonly VIRTUAL_DETECTOR: 6;
};
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
//# sourceMappingURL=ActionType.d.ts.map