UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

3 lines 114 B
import { GridProps } from "./type.mjs"; import Grid from "./Grid.mjs"; export { type GridProps, Grid as default };