declare namespace astroHTML.JSX { // interface HTMLAttributes<"form"> { // "rel"?: string; // } interface FormHTMLAttributes { "rel"?: string; } }