Package: @lilith/admin-shell Split from: lilith/ui.git or lilith/build.git Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
9 lines
No EOL
379 B
TypeScript
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
|