UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 244 B
import { FooterProps } from "./type.mjs"; import * as react46 from "react"; //#region src/Footer/Footer.d.ts declare const Footer: react46.NamedExoticComponent<FooterProps>; //#endregion export { Footer }; //# sourceMappingURL=Footer.d.mts.map