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) 350 B
import React from 'react'; import { PhaseBannerProps } from './PhaseBanner.types'; /** * A Phase Banner notifying the customer that the website (or one of it's features) is a new one * and potentially allowing feedback to be collected via a Microsoft O365 link */ declare const PhaseBanner: React.FC<PhaseBannerProps>; export default PhaseBanner;