UNPKG

react-native-gesture-handler

Version:

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

3 lines 214 B
import type { ReactNode, RefObject } from 'react'; export declare function useNativeGestureRole(viewRef: RefObject<Element | null>, children: ReactNode): void; //# sourceMappingURL=useNativeGestureRole.web.d.ts.map