UNPKG

@hhgtech/hhg-components

Version:
4 lines (3 loc) 294 B
import React, { PropsWithChildren } from 'react'; import { ModalGalleryProviderProps } from "./type"; export declare function ModalGalleryProvider({ generalInfo, imageCarousel, backupSrc, isMobile, initialSlide, children, }: PropsWithChildren<ModalGalleryProviderProps>): React.JSX.Element;