Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "components/Input"

Index

Type aliases

InputForCodecProps

InputForCodecProps<PFD, FD, Name>: OmitStrict<InputProps<PFD, FD, Name>, "required" | "type"> & Required<PFD[Name]> & InputTypeConstraint<PFD[Name]>

Type parameters

InputProps

InputProps<PFD, FD, Name>: HTMLInputProps & ExtraInputProps & object

Type parameters

RenderInput

RenderInput<PFD, FD, Name>: function

Type parameters

Type declaration

    • Parameters

      Returns function

        • (renderProps: FieldRenderProps<ExtractFormValue<FD[Name]>, HTMLInputElement>): Element
        • Parameters

          Returns Element

Functions

Const Input

  • Input<PFD, FD, Name>(props: InputProps<PFD, FD, Name>): Element

Const inputForCodec

  • inputForCodec<PFD, FD>(): (Anonymous function)

Generated using TypeDoc