UNPKG

@anrivera/elegant-picture-box

Version:

elegant picture box to use in the galleries with style grid

6 lines (5 loc) 233 B
/// <reference types="react" /> import './picturesGrid.scss'; import { ItemsProps } from './types'; declare const PicturesGrid: ({ items, transition, duration, timeOut }: ItemsProps) => JSX.Element; export default PicturesGrid;