UNPKG

@egjs/react-grid

Version:

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

6 lines (5 loc) 223 B
import { FrameGrid as VanillaFrameGrid, FrameGridOptions } from "@egjs/grid"; import { Grid } from "../Grid"; export declare class FrameGrid extends Grid<FrameGridOptions> { static GridClass: typeof VanillaFrameGrid; }