admin-shell/dist/components/Sidebar.d.ts
autocommit c2cdd2c97d chore: initial package split from monorepo
Package: @lilith/admin-shell
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:10:56 -07:00

9 lines
No EOL
379 B
TypeScript

import type { NavSection, LogoConfig } from '../types';
export interface SidebarProps {
logo: LogoConfig;
navigation: NavSection[];
footerText?: string;
accentColor?: 'primary' | 'accent';
}
export declare function Sidebar({ logo, navigation, footerText, accentColor }: SidebarProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Sidebar.d.ts.map