UNPKG

react-native-gesture-handler

Version:

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

6 lines 282 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; //# sourceMappingURL=Pressable.d.ts.map