UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

6 lines (5 loc) 268 B
import { PropsWithChildren } from 'react'; import { ViewProps } from 'react-native'; export interface GestureHandlerRootViewProps extends PropsWithChildren<ViewProps> { } export default function GestureHandlerRootView(props: GestureHandlerRootViewProps): JSX.Element;