UNPKG

@egjs/react-grid

Version:

A React component that can arrange items according to the type of grids

6 lines (5 loc) 235 B
import { MasonryGrid as VanillaMasonryGrid, MasonryGridOptions } from "@egjs/grid"; import { Grid } from "../Grid"; export declare class MasonryGrid extends Grid<MasonryGridOptions> { static GridClass: typeof VanillaMasonryGrid; }