UNPKG

react-native-gesture-handler

Version:

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

5 lines 323 B
import { type Gesture } from '../types'; export declare function useJSResponderHandler<TConfig, THandlerData, TExtendedHandlerData extends THandlerData>(gesture: Gesture<TConfig, THandlerData, TExtendedHandlerData>): { handleStartShouldSetResponder: () => boolean; }; //# sourceMappingURL=useJSResponderHandler.d.ts.map