UNPKG

react-gallery-layouts

Version:

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

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