UNPKG

react-gallery-layouts

Version:

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

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