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.

17 lines (16 loc) 387 B
export interface SectionLinksMobileContentsProps { /** * An array of the SectionLinksMobileContents, each with a title and a URL not including the current page users are on */ sectionLinksArray: Array<SectionProp>; } export interface SectionProp { /** * Title of the section */ title: string; /** * ID slug of the section */ id: string; }