Package: @lilith/ui-header Split from: lilith/ui.git or lilith/build.git Publish workflow: calls lilith/workflows/.forgejo/workflows/publish-npm.yml@main
13 lines
No EOL
415 B
TypeScript
13 lines
No EOL
415 B
TypeScript
/**
|
|
* HeaderRoot - Sticky header container with glassmorphism support
|
|
*
|
|
* Provides the outermost container for headers with:
|
|
* - Sticky positioning
|
|
* - Backdrop blur (glassmorphism)
|
|
* - Border and shadow
|
|
* - Theme-aware styling
|
|
*/
|
|
import type { FC } from 'react';
|
|
import type { HeaderRootProps } from '../types';
|
|
export declare const HeaderRoot: FC<HeaderRootProps>;
|
|
//# sourceMappingURL=HeaderRoot.d.ts.map
|