UNPKG

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.

14 lines (13 loc) 459 B
/** * Example data for the PromoBanner stories */ import React from "react"; export declare const PromoBannerContentText = "We\u2019re looking for people to do this amazing thing in an amazing manner, during an amazing time of amazingness."; export declare const PromoBannerContent: React.JSX.Element; export declare const PromoBannerData: { title: string; ctaUrl: string; ctaText: string; image1440x810: string; image144x81: string; };