UNPKG

react-native-gesture-handler

Version:

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

7 lines 371 B
import * as React from 'react'; import { PropsWithChildren } from 'react'; import { ViewProps } from 'react-native'; export interface GestureHandlerRootViewProps extends PropsWithChildren<ViewProps> { } export default function GestureHandlerRootView({ style, ...rest }: GestureHandlerRootViewProps): React.JSX.Element; //# sourceMappingURL=GestureHandlerRootView.d.ts.map