UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

6 lines (5 loc) 243 B
import React from 'react'; import { PressableProps } from './PressableProps'; import { View } from 'react-native'; declare const Pressable: React.ForwardRefExoticComponent<PressableProps & React.RefAttributes<View>>; export default Pressable;