UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

7 lines (6 loc) 301 B
/// <reference types="react-native/types/modules/codegen" /> import type { ViewProps } from 'react-native'; interface NativeProps extends ViewProps { } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>; export default _default;