react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
7 lines • 432 B
TypeScript
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.d.ts.map