UNPKG

react-native-gesture-handler

Version:

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

3 lines 205 B
import type { ReactNode, RefObject } from 'react'; export declare function useNativeGestureRole(_viewRef: RefObject<unknown>, _children: ReactNode): void; //# sourceMappingURL=useNativeGestureRole.d.ts.map