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 { HeaderProps } from "./type.mjs"; import * as react52 from "react"; //#region src/Header/Header.d.ts declare const Header: react52.NamedExoticComponent<HeaderProps>; //#endregion export { Header }; //# sourceMappingURL=Header.d.mts.map