UNPKG

react-native-gesture-handler

Version:

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

5 lines 214 B
import React from 'react'; import { PressableProps } from './PressableProps'; declare const Pressable: (props: PressableProps) => React.JSX.Element; export default Pressable; //# sourceMappingURL=Pressable.d.ts.map