UNPKG

@hmlr/govuk-react-components-library

Version:

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

14 lines (13 loc) 307 B
import { To } from "react-router-dom"; export interface ButtonProps { element?: string; href?: string; to?: To; isStartButton?: boolean; disabled?: boolean; className?: string; preventDoubleClick?: boolean; name?: string; type?: string; children?: React.ReactNode; }