UNPKG

@anrivera/elegant-picture-box

Version:

elegant picture box to use in the galleries with style grid

5 lines (4 loc) 145 B
/// <reference types="react" /> declare type Props = {}; declare const PictureBox: (props: Props) => JSX.Element; export default PictureBox;