UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 227 B
/// <reference types="react" /> import type { LayoutSidebarInnerProps } from '../type'; export declare const LayoutSidebarInner: import("react").NamedExoticComponent<LayoutSidebarInnerProps>; export default LayoutSidebarInner;