@nnc-digital/nnc-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) • 381 B
TypeScript
import React from 'react';
import { PromoBlockProps } from './PromoBlock.types';
/**
* Promotional campaign block, showing a tile for each campaign, similar to news article featured block.
* Note that the main promotional campaign is to be displayed above these in a PromoBanner.
*/
declare const PromoBlock: React.FunctionComponent<PromoBlockProps>;
export default PromoBlock;