UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 398 B
import type { GeneralInfoData } from "../generalInfo/GeneralInfo"; import { TModalGalleryContext } from "./type"; export declare function useModalGallery({ generalInfo, imageCarousel, backupSrc, isMobile, initialSlide, }: { generalInfo: GeneralInfoData; imageCarousel?: string[]; backupSrc?: string; isMobile?: boolean; initialSlide?: number; }): TModalGalleryContext;