diff --git a/types/Html.d.ts b/types/Html.d.ts
index bc9b783..c3ad792 100644
--- a/types/Html.d.ts
+++ b/types/Html.d.ts
@@ -458,59 +458,8 @@ declare namespace TyperApp {
*/
}
- interface HTMLAttributes extends DOMAttributes {
- // Standard HTML Attributes
- accessKey?: string;
- class?: Class;
- contentEditable?: boolean;
- contextMenu?: string;
- dir?: string;
- draggable?: boolean;
- hidden?: boolean;
- id?: string;
- lang?: string;
- placeholder?: string;
- slot?: string;
- spellCheck?: boolean;
- style?: CSSProperties;
- tabIndex?: number;
- title?: string;
-
- // Unknown
- inputMode?: string;
- is?: string;
- radioGroup?: string; // ,