UNPKG

@egjs/react-grid

Version:

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

6 lines (5 loc) 247 B
import { JustifiedGrid as VanillaJustifiedGrid, JustifiedGridOptions } from "@egjs/grid"; import { Grid } from "../Grid"; export declare class JustifiedGrid extends Grid<JustifiedGridOptions> { static GridClass: typeof VanillaJustifiedGrid; }