Documents / @faasjs/react / FormInputElementProps
Type Alias: FormInputElementProps
FormInputElementProps:
object
Type declaration
name
name:
string
onChange()
onChange: (
value
) =>void
Parameters
• value: any
Returns
void
value
value:
any
Documents / @faasjs/react / FormInputElementProps
FormInputElementProps:
object
name:
string
onChange: (
value
) =>void
• value: any
void
value:
any