ui-header/dist/composites/HeaderUserMenu.d.ts
autocommit 4215404598 chore: initial package split from monorepo
Package: @lilith/ui-header
Split from: lilith/ui.git or lilith/build.git
Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
2026-04-20 01:11:51 -07:00

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