@hhgtech/hhg-components
Version:
Hello Health Group common components
13 lines (12 loc) • 445 B
TypeScript
/// <reference types="react" />
export declare const useHeaderHeight: ({ hasSponsoredBanners, isSponsored, isShowingSiteWideBanner, isMobile, }: {
hasSponsoredBanners?: boolean;
isSponsored?: boolean;
isShowingSiteWideBanner?: boolean;
isMobile?: boolean;
}) => {
defaultHeaderHeight: number;
headerHeight: number;
headerBottom: number;
headerRef: import("react").MutableRefObject<HTMLDivElement>;
};