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.

8 lines (7 loc) 257 B
import React from 'react'; import { AlertBannerProps } from './AlertBanner.types'; /** * A site wide alert banner, once dismissed it won't be shown again */ declare const AlertBanner: React.FunctionComponent<AlertBannerProps>; export default AlertBanner;