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 { PackingGrid as VanillaPackingGrid, PackingGridOptions } from "@egjs/grid"; import { Grid } from "../Grid"; export declare class PackingGrid extends Grid<PackingGridOptions> { static GridClass: typeof VanillaPackingGrid; }