UNPKG

react-native-gesture-handler

Version:

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

3 lines 220 B
import type { Gesture } from '../types'; export declare function useGestureRelationsUpdater<TConfig, THandlerData>(gesture?: Gesture<TConfig, THandlerData>): void; //# sourceMappingURL=useGestureRelationsUpdater.d.ts.map