northants-design-system
Version:
Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.
31 lines (30 loc) • 1.45 kB
TypeScript
import React from 'react';
import { SectionLinksProps } from '../../structure/SectionLinks/SectionLinks.types';
import { FooterLinkProp } from '../../structure/Footer/Footer.types';
import { BreadcrumbProp } from '../../structure/Breadcrumbs/Breadcrumbs.types';
import { PageLinkProp, ServicesLinksListProps } from '../../structure/ServicesLinksList/ServicesLinksList.types';
import { AlertBannerServiceProps } from '../../structure/AlertBannerService/AlertBannerService.types';
import { CardsProps } from '../../slices/Cards/Cards.types';
export declare const threeTopServicesData: ServicesLinksListProps;
export declare const sixTopServicesData: ServicesLinksListProps;
export declare const sections: SectionLinksProps[];
export declare const footerLinks: FooterLinkProp[];
export declare const breadcrumbs: BreadcrumbProp[];
export declare const micrositeBreadcrumbs: BreadcrumbProp[];
export declare const serviceAlert: AlertBannerServiceProps;
/**
* Promo Page Storydata
*/
export declare const promoHeroImageData: {
headline: string;
content: string;
imageLarge: string;
imageSmall: string;
imageAltText: string;
backgroundBox: boolean;
};
export declare const promoTopServices: Array<PageLinkProp>;
export declare const promoTopServicesData: ServicesLinksListProps;
export declare const cardsData: CardsProps;
export declare const imageCardsData: CardsProps;
export declare const promoBodyText: React.ReactNode;