UNPKG

react-masonry

Version:
5 lines (4 loc) 204 B
import * as React from 'react'; import { FunctionComponent } from 'react'; import { MasonryProps } from '../types'; export declare const Masonry: FunctionComponent<React.PropsWithChildren<MasonryProps>>;