Package: @lilith/ui-header Split from: lilith/ui.git or lilith/build.git Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
10 lines
No EOL
391 B
TypeScript
10 lines
No EOL
391 B
TypeScript
/**
|
|
* HeaderUserMenu - Avatar dropdown menu for authenticated users
|
|
*
|
|
* Shows user avatar with dropdown menu containing navigation and actions.
|
|
* Uses @lilith/ui-feedback Dropdown component.
|
|
*/
|
|
import { type FC } from 'react';
|
|
import type { HeaderUserMenuProps } from '../types';
|
|
export declare const HeaderUserMenu: FC<HeaderUserMenuProps>;
|
|
//# sourceMappingURL=HeaderUserMenu.d.ts.map
|