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.

8 lines (7 loc) 297 B
import React from 'react'; import { ContentsProps } from '../../structure/Contents/Contents.types'; export interface ServicePageExampleProps { showServiceAlert: boolean; contents?: ContentsProps; } export declare const ServicePageExample: React.FunctionComponent<ServicePageExampleProps>;