UNPKG

@lobehub/ui

Version:

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

19 lines (18 loc) 816 B
import { LayoutFooter } from "./components/LayoutFooter.mjs"; import { LayoutHeader } from "./components/LayoutHeader.mjs"; import { LayoutMain } from "./components/LayoutMain.mjs"; import { LayoutSidebar } from "./components/LayoutSidebar.mjs"; import { LayoutSidebarInner } from "./components/LayoutSidebarInner.mjs"; import { LayoutToc } from "./components/LayoutToc.mjs"; import Layout$1 from "./Layout.mjs"; //#region src/Layout/index.ts const Layout = Layout$1; Layout.Footer = LayoutFooter; Layout.Header = LayoutHeader; Layout.Toc = LayoutToc; Layout.Sidebar = LayoutSidebar; Layout.SidebarInner = LayoutSidebarInner; Layout.Main = LayoutMain; //#endregion export { LayoutFooter, LayoutHeader, LayoutMain, LayoutSidebar, LayoutSidebarInner, LayoutToc, Layout as default }; //# sourceMappingURL=index.mjs.map