UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 231 B
import type { ReactNode } from 'react'; import type { FlexboxProps } from 'react-layout-kit'; export interface SideNavProps extends FlexboxProps { avatar?: ReactNode; bottomActions: ReactNode; topActions?: ReactNode; }