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.
9 lines (8 loc) • 371 B
TypeScript
import React from 'react';
import { HomePageProps } from './HomePage.types';
/**
* An example home page layout constructed from the structures and components defined in the
* design system. The actual page layout is defined within the front end app and may be
* out of step with this example.
*/
export declare const HomePage: React.FunctionComponent<HomePageProps>;