UNPKG

react-native-gesture-handler

Version:

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

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