UNPKG

@hmlr/govuk-react-components-library

Version:

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

13 lines (12 loc) 318 B
import { ErrorMessageProps } from "../ErrorMessage/ErrorMessage.types"; export interface CharacterCountProps { id: string; className?: string; maxlength?: number; threshold?: number; maxwords?: number; errorMessage?: ErrorMessageProps; countMessage?: { className?: string; }; }