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) • 400 B
TypeScript
import React from 'react';
import { MemorialPageProps } from './MemorialPage.types';
/**
* An example memorialised 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 MemorialPage: React.FunctionComponent<MemorialPageProps>;