UNPKG

react-native-gesture-handler

Version:

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

5 lines (4 loc) 178 B
import * as React from 'react'; import { View } from 'react-native'; declare const _default: React.ForwardRefExoticComponent<React.RefAttributes<View>>; export default _default;