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.

12 lines (11 loc) 240 B
import React from 'react'; export interface PageTitleProps { /** * Any unique class names to apply to the page container */ classes?: string; /** * The PageTitle contents */ children?: React.ReactNode; }