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.
9 lines (8 loc) • 416 B
TypeScript
/**
* Example data for the PromoBanner stories
*/
import React from 'react';
import { PromoBannerProps } from './PromoBanner.types';
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: PromoBannerProps;