onClick?: (
    e: React.FormEvent<HTMLInputElement>,
    formHooks: Hooks,
  ) => Promise<void> | void;