UNPKG

380 BTypeScriptView Raw
1import * as React from 'react';
2import { NativeViewGestureHandlerProps } from './NativeViewGestureHandler';
3export default function createNativeWrapper<P>(Component: React.ComponentType<P>, config?: Readonly<NativeViewGestureHandlerProps>): React.ForwardRefExoticComponent<React.PropsWithoutRef<P & NativeViewGestureHandlerProps> & React.RefAttributes<React.ComponentType<any>>>;