UNPKG

@egjs/grid

Version:

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

11 lines (8 loc) 220 B
import Grid, * as modules from './index'; for (const name in modules) { (Grid as any)[name] = (modules as any)[name]; } declare const module: any; module.exports = Grid; export default Grid; export * from './index';