UNPKG

react-native-gesture-handler

Version:

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

7 lines 440 B
import * as React from 'react'; import { PropsWithChildren } from 'react'; import type { RootViewNativeProps } from '../specs/RNGestureHandlerRootViewNativeComponent'; export interface GestureHandlerRootViewProps extends PropsWithChildren<RootViewNativeProps> { } export default function GestureHandlerRootView({ style, ...rest }: GestureHandlerRootViewProps): React.JSX.Element; //# sourceMappingURL=GestureHandlerRootView.android.d.ts.map