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) 192 B
export interface DifferenceNavigationProps { differenceId: number; setDifferenceFocus: (id: number) => void; totalDifferences: number; keyword?: string; plural?: string; }