UNPKG

rs-react-native-image-gallery

Version:
9 lines 355 B
import { ReactNode } from 'react'; declare const SwipeContainer: ({ children, close, setIsDragging, disableSwipe }: { children: ReactNode; close: () => void; setIsDragging: (isDragging: boolean) => void; disableSwipe?: boolean; }) => import("react").JSX.Element; export default SwipeContainer; //# sourceMappingURL=swipe-container.d.ts.map