UNPKG

@hmlr/govuk-react-components-library

Version:

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

9 lines (8 loc) 198 B
export interface WarningInfoProps { messageHeading?: string; message?: string; advice?: string; applicationName?: string; applicationRoute?: string; basePageName?: string; }