UNPKG

react-native-gesture-handler

Version:

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

8 lines 324 B
import React from 'react'; import type { LegacyPressableProps } from './PressableProps'; /** * @deprecated `LegacyPressable` is deprecated, use `Pressable` instead. */ declare const LegacyPressable: (props: LegacyPressableProps) => React.JSX.Element; export default LegacyPressable; //# sourceMappingURL=Pressable.d.ts.map