ui-header/dist/primitives/HeaderRoot.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

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