UNPKG

@lobehub/ui

Version:

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

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