import type { FormHTMLAttributes } from "react";
import { forwardRef, useCallback } from "react";
export interface FormProps extends FormHTMLAttributes {
/**
* Boolean if the form should no longer prevent default submit behavior. If
* you enable this prop you should honestly just use a `