UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

3 lines 349 B
import { WorkspaceNavigationSidebarProps } from '../../model/layout.types'; export declare function WorkspaceNavigationSidebar<TMeta = unknown, TContext = unknown>({ logo, support, user, ...props }: WorkspaceNavigationSidebarProps<TMeta, TContext>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=workspace-navigation-sidebar.d.ts.map