UNPKG

react-native-gesture-handler

Version:

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

7 lines 359 B
import type { ForwardedRef } from 'react'; import React from 'react'; import type { SwipeableMethods, SwipeableProps } from './ReanimatedSwipeableProps'; declare const Swipeable: (props: SwipeableProps) => React.JSX.Element; export default Swipeable; export type SwipeableRef = ForwardedRef<SwipeableMethods>; //# sourceMappingURL=ReanimatedSwipeable.d.ts.map