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) 217 B
import { To } from "react-router-dom"; export interface BackLinkProps { to?: To; state?: object | null; children?: React.ReactNode; href?: string; className?: string; [key: string]: unknown; }