UNPKG

@georstat/react-native-image-gallery

Version:
8 lines (7 loc) 214 B
/// <reference types="react" /> declare const PanContainer: ({ children, close, setIsDragging, }: { children: any; close: () => void; setIsDragging: any; }) => JSX.Element; export default PanContainer;