UNPKG

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) 302 B
import React from 'react'; import { PromoBannerProps } from './PromoBanner.types'; /** * Promotional banner used as the first wide line in a promotional block, * incorporated within PromoBlock use. */ declare const PromoBanner: React.FunctionComponent<PromoBannerProps>; export default PromoBanner;