UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 456 B
import React from 'react'; import { ModalGalleryProps } from "./type"; export declare function ModalGallery({ generalInfo, imageCarousel, backupSrc, isMobile, initialSlide, isOpen, onOpenChange, modalProps, title, }: ModalGalleryProps): React.JSX.Element; export { useModalGalleryContext } from "./context"; export { ModalGalleryProvider } from "./ModalGalleryProvider"; export type { ModalGalleryProps } from "./type"; export default ModalGallery;