UNPKG

@hmlr/govuk-react-components-library

Version:

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

5 lines (4 loc) 182 B
import React from "react"; import { InputProps } from "./Input.types"; declare const Input: React.FC<InputProps & React.InputHTMLAttributes<HTMLInputElement>>; export default Input;