UNPKG

react-native-gesture-handler

Version:

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

3 lines 248 B
import type { AnyGesture, ComposedGesture, ComposedGestureName } from '../../types'; export declare function useComposedGesture(type: ComposedGestureName, ...gestures: AnyGesture[]): ComposedGesture; //# sourceMappingURL=useComposedGesture.d.ts.map