FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

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.