UNPKG

react-gallery-layouts

Version:

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

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