UNPKG

react-native-gesture-handler

Version:

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