ContactHookReturn: {
    onSubmitHandler: ((postBody) => void);
}

Type declaration

  • onSubmitHandler: ((postBody) => void)
      • (postBody): void
      • handles the submission of the values, that were inserted in the Contactform.

        Parameters

        Returns void

Generated using TypeDoc