| 2 | import { FieldError } from 'react-hook-form'; |
| 3 | |
| 4 | export interface InputProps extends DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> { |
| 5 | error?: FieldError; |
| 6 | } |
nothing calls this directly
no outgoing calls
no test coverage detected