UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 328 B
import { LayoutSidebarInnerProps } from "../type.mjs"; import * as react71 from "react"; //#region src/Layout/components/LayoutSidebarInner.d.ts declare const LayoutSidebarInner: react71.NamedExoticComponent<LayoutSidebarInnerProps>; //#endregion export { LayoutSidebarInner }; //# sourceMappingURL=LayoutSidebarInner.d.mts.map