UNPKG

@georstat/react-native-image-gallery

Version:
9 lines (8 loc) 272 B
/// <reference types="react" /> declare const SwipeContainer: ({ children, close, setIsDragging, disableSwipe, }: { children: any; close: () => void; setIsDragging: any; disableSwipe?: boolean | undefined; }) => JSX.Element; export default SwipeContainer;