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) 223 B
import React from 'react'; import { HeaderProps } from './Header.types'; /** * The header that should appear at the top of every page. */ declare const Header: React.FunctionComponent<HeaderProps>; export default Header;