UNPKG

@egjs/react-grid

Version:

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

7 lines (6 loc) 197 B
export * from "./Grid"; export * from "./grids/MasonryGrid"; export * from "./grids/JustifiedGrid"; export * from "./grids/FrameGrid"; export * from "./grids/PackingGrid"; export * from "./types";