UNPKG

@hmlr/govuk-react-components-library

Version:

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

7 lines (6 loc) 139 B
export interface LabelProps { className?: string; htmlFor?: string; children?: React.ReactNode; isPageHeading?: boolean; }