UNPKG

react-gallery-layouts

Version:

React gallery layouts library with masonry, stack, grid, and justified layouts

5 lines (4 loc) 139 B
import React from 'react'; import { GalleryProps } from '../types'; declare const Gallery: React.FC<GalleryProps>; export default Gallery;