UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 203 B
import React from 'react'; type GalleryThumbnailsProps = { isMobile?: boolean; }; export declare function GalleryThumbnails({ isMobile }: GalleryThumbnailsProps): React.JSX.Element; export {};