UNPKG

@lobehub/ui

Version:

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

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