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) • 316 B
TypeScript
import React from 'react';
import { ConsultationItemProps } from '../../structure/ConsultationList/ConsultationList.types';
export interface ConsultationPageExampleProps {
consultation: ConsultationItemProps;
}
export declare const ConsultationPageExample: React.FunctionComponent<ConsultationPageExampleProps>;