UNPKG

@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) 293 B
import React from 'react'; import { PromoBlockProps } from '../../structure/PromoBlock/PromoBlock.types'; /** * Combined promotional banner and promotional block for use as a slice on any page */ declare const Promotions: React.FunctionComponent<PromoBlockProps>; export default Promotions;