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