@hhgtech/hhg-components
Version:
Hello Health Group common components
8 lines (7 loc) • 456 B
TypeScript
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;