Documents / @faasjs/react / FormElementTypes
Type Alias: FormElementTypes
FormElementTypes =
object
Represents the types of form elements used in the form.
Properties
Button
Button:
ComponentType
<FormButtonElementProps
>
The component type for the form button element.
Input
Input:
ComponentType
<FormInputElementProps
>
The component type for the form input element.
Label
Label:
ComponentType
<FormLabelElementProps
>
The component type for the form label element.