UNPKG

react-native-gesture-handler

Version:

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

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