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