@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.
8 lines (7 loc) • 338 B
TypeScript
import React from 'react';
import { NewsArticleFeaturedBlockProps } from './NewsArticleFeaturedBlock.types';
/**
* Block displaying up to 9 news article tiles, with image, title and date for each
*/
declare const NewsArticleFeaturedBlock: React.FunctionComponent<NewsArticleFeaturedBlockProps>;
export default NewsArticleFeaturedBlock;