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) 256 B
import React from 'react'; import { SectionLinksProps } from './SectionLinks.types'; /** * Display a list of links for a section with optional images */ declare const SectionLinks: React.FunctionComponent<SectionLinksProps>; export default SectionLinks;