UNPKG

@hhgtech/hhg-components

Version:
3 lines (2 loc) 232 B
import { SiteWideBannerType, SiteWideBannerTypeApi } from "./types"; export declare const formatSiteWideBanner: (sitewideBanner?: SiteWideBannerTypeApi | null, type?: 'article' | 'category' | 'home') => SiteWideBannerType | null;