UNPKG

gallery-tour

Version:

A modern, responsive, Airbnb-style gallery component for React.

8 lines (7 loc) 179 B
interface GalleryGridProps { images: string[]; onShowAll: () => void; buttonLabel?: string; } export declare const GalleryGrid: React.FC<GalleryGridProps>; export {};