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) • 350 B
TypeScript
import React from 'react';
import { AlertBannerServiceProps } from './AlertBannerService.types';
/**
* A banner to be displayed at the top of a page before the main content
* to draw the viewer's attention to an alert notice
*/
declare const AlertBannerService: React.FunctionComponent<AlertBannerServiceProps>;
export default AlertBannerService;