OutputHTMLAttributes
interface OutputHTMLAttributes <T extends EventTarget = HTMLOutputElement> extends HTMLAttributes<T> {
for?: Signalish<string | undefined>;
form?: Signalish<string | undefined>;
htmlFor?: Signalish<string | undefined>;
name?: Signalish<string | undefined>;
}