UNPKG

@hmlr/govuk-react-components-library

Version:

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

10 lines (9 loc) 239 B
export interface DataNavigationProps { dataId: number; setDataFocus: (id: number) => void; previousText: string; previousCondition: boolean; nextText: string; nextCondition: boolean; dataDescription?: string; }