"use client";
import { type FormHTMLAttributes, type ReactElement, type Ref } from "react";
const noop = (): void => {
// do nothing
};
export interface FormProps extends FormHTMLAttributes {
ref?: Ref;
/**
* Boolean if the form should no longer prevent default submit behavior. If
* you enable this prop you should honestly just use a `
);
}