ui-header/dist/composites/HeaderAuthButtons.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

9 lines
No EOL
365 B
TypeScript

/**
* HeaderAuthButtons - Login and CTA buttons for guest users
*
* Provides standard login and call-to-action buttons for unauthenticated header states.
*/
import type { FC } from 'react';
import type { HeaderAuthButtonsProps } from '../types';
export declare const HeaderAuthButtons: FC<HeaderAuthButtonsProps>;
//# sourceMappingURL=HeaderAuthButtons.d.ts.map