@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
6 lines • 297 B
text/typescript
import { LayoutSidebarProps } from "../type.mjs";
//#region src/Layout/components/LayoutSidebar.d.ts
declare const LayoutSidebar: import("react").NamedExoticComponent<LayoutSidebarProps>;
//#endregion
export { LayoutSidebar, LayoutSidebar as default };
//# sourceMappingURL=LayoutSidebar.d.mts.map