UNPKG

react-photo-album

Version:

Responsive photo gallery component for React

7 lines (4 loc) 249 B
import { Photo, MasonryPhotoAlbumProps, ElementRef, JSXElement } from '../types.js'; import 'react'; declare const _default: <TPhoto extends Photo>(props: MasonryPhotoAlbumProps<TPhoto> & ElementRef) => JSXElement; export { _default as default };