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