UNPKG

@lobehub/ui

Version:

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

7 lines 208 B
import { GridProps } from "./type.mjs"; import { FC } from "react"; //#region src/Grid/Grid.d.ts declare const Grid: FC<GridProps>; //#endregion export { Grid as default }; //# sourceMappingURL=Grid.d.mts.map