UNPKG

@findnlink/neuro-ui

Version:
5 lines (4 loc) 384 B
/// <reference types="react" /> import { ImageGalleryProps, ImageGalleryThumbnailProps } from './ImageGallery.types'; export declare const ImageGallery: ({ children, autoplay, interval, showPaginate, showThumbnail, imageObjectFit, ...props }: ImageGalleryProps) => JSX.Element; export declare const ImageGalleryThumbnail: ({ children, ...props }: ImageGalleryThumbnailProps) => void;