UNPKG

@hmlr/govuk-react-components-library

Version:

These are common component use for React applications based on GDS and govuk-frontend

8 lines (7 loc) 183 B
export interface ProblemWithServiceProps { message?: string; applicationName?: string; applicationRoute?: string; reportingLink?: string; basePageName?: string; }