UNPKG

@nnc-digital/nnc-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) 254 B
import React from 'react'; import { InquestScheduleProps } from './InquestSchedule.types'; /** * A table displaying a schedule of inquests */ declare const InquestSchedule: React.FunctionComponent<InquestScheduleProps>; export default InquestSchedule;