rs-react-native-image-gallery
Version:
React Native Image Gallery with Thumbnails
9 lines • 355 B
TypeScript
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