UNPKG

react-native-gesture-handler

Version:

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

4 lines (3 loc) 155 B
import React from 'react'; import { PressableProps } from './PressableProps'; export default function Pressable(props: PressableProps): React.JSX.Element;