react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
11 lines • 517 B
TypeScript
import { PressableEvent } from './PressableProps';
import { StateDefinition } from './StateMachine';
export declare enum StateMachineEvent {
NATIVE_BEGIN = "nativeBegin",
NATIVE_START = "nativeStart",
FINALIZE = "finalize",
LONG_PRESS_TOUCHES_DOWN = "longPressTouchesDown",
CANCEL = "cancel"
}
export declare function getStatesConfig(handlePressIn: (event: PressableEvent) => void, handlePressOut: (event: PressableEvent) => void): StateDefinition[];
//# sourceMappingURL=stateDefinitions.d.ts.map