react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
7 lines • 385 B
TypeScript
import type { PropsWithChildren } from 'react';
import * as React from 'react';
import type { ViewProps } from 'react-native';
export interface GestureHandlerRootViewProps extends PropsWithChildren<ViewProps> {
}
export default function GestureHandlerRootView({ style, ...rest }: GestureHandlerRootViewProps): React.JSX.Element;
//# sourceMappingURL=GestureHandlerRootView.web.d.ts.map