UNPKG

react-native-gesture-handler

Version:

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

6 lines (5 loc) 183 B
import type { ViewProps, HostComponent } from 'react-native'; interface NativeProps extends ViewProps { } declare const _default: HostComponent<NativeProps>; export default _default;