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.

7 lines (6 loc) 260 B
import React from 'react'; import { EventItemProps } from '../../structure/EventList/EventList.types'; export interface EventPageExampleProps { event: EventItemProps; } export declare const EventPageExample: React.FunctionComponent<EventPageExampleProps>;