MCPcopy Create free account
hub / github.com/AlariCode/top-app-demo / InputProps

Interface InputProps

components/Input/Input.props.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { FieldError } from 'react-hook-form';
3
4export interface InputProps extends DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> {
5 error?: FieldError;
6}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected