UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to 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;