Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "components/InputRenderComponent"

Index

Type aliases

ExtraInputProps

ExtraInputProps: object & FormGroupChildProps

HTMLInputProps

HTMLInputProps: Readonly<OmitStrict<InputHTMLAttributes<HTMLInputElement>, "id" | "value" | "onBlur" | "onChange" | "onFocus" | "defaultValue" | "name" | "aria-invalid" | "aria-describedby" | "type">>

Input props that come directly from InputHTMLAttributes.

InputRenderProps

InputRenderProps<FD, Name>: ExtraInputProps & object

Type parameters

Functions

Const InputRenderComponent

Generated using TypeDoc