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) • 355 B
TypeScript
import React from 'react';
import { HeroImageProps } from './HeroImage.types';
/**
* Hero image banner with optional text and call to action with varying presentation of text area.
* For optional use at the top of a service landing page, if set in the CMS.
*/
declare const HeroImage: React.FunctionComponent<HeroImageProps>;
export default HeroImage;