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.

12 lines (11 loc) 247 B
import { EventLinkProps } from '../EventLink/EventLink.types'; export interface RelatedEventsProps { /** * The list title */ title: string; /** * The events to display in the list */ events: EventLinkProps[]; }