Hierarchy

  • ContactFormProps

Properties

descriptionDefaultValue?: string

The default value of the description textfield.

isLoading?: boolean

The loading state of the form. Default is false.

onSubmit?: ((content) => void)

Type declaration

    • (content): void
    • The function that will be called when the form is submitted. Default is the submit function from the hook.

      Parameters

      Returns void

useContactForm?: ((params?) => ContactFormHookReturn)

Type declaration

Generated using TypeDoc