Documents / @faasjs/react / FormInputElementProps
Type Alias: FormInputElementProps
FormInputElementProps:
object
Props for the Form Input Element component.
Type declaration
name
name:
string
onChange()
onChange: (
value
) =>void
Parameters
value
any
Returns
void
value
value:
any