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) 228 B
import React from 'react'; import { PageMainProps } from './PageMain.types'; /** * A container for holding the main content of a page */ declare const PageMain: React.FunctionComponent<PageMainProps>; export default PageMain;