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