UNPKG

react-gallery-layouts

Version:

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

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