UNPKG

@lobehub/ui

Version:

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

4 lines 268 B
import { GridBackgroundProps, GridShowcaseProps } from "./type.mjs"; import GridBackground from "./GridBackground.mjs"; import GridShowcase from "./GridShowcase.mjs"; export { type GridBackgroundProps, GridShowcase, type GridShowcaseProps, GridBackground as default };