@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
9 lines (8 loc) • 302 B
text/typescript
import { DivProps } from "../../types/index.mjs";
import "../../index.mjs";
import * as react75 from "react";
//#region src/Layout/components/LayoutMain.d.ts
declare const LayoutMain: react75.NamedExoticComponent<DivProps>;
//#endregion
export { LayoutMain };
//# sourceMappingURL=LayoutMain.d.mts.map