1 2 3 4 5 6 7 8
declare namespace astroHTML.JSX { // interface HTMLAttributes<"form"> { // "rel"?: string; // } interface FormHTMLAttributes { "rel"?: string; } }