File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,7 @@ export namespace JSXInternal {
141
141
semantics : preact . SemanticsMathMLAttributes < MathMLElement > ;
142
142
}
143
143
144
- export interface IntrinsicElements
145
- extends IntrinsicSVGElements ,
146
- IntrinsicMathMLElements {
144
+ export interface IntrinsicHTMLElements {
147
145
a : preact . AccessibleAnchorHTMLAttributes < HTMLAnchorElement > ;
148
146
abbr : preact . HTMLAttributes < HTMLElement > ;
149
147
address : preact . HTMLAttributes < HTMLElement > ;
@@ -262,4 +260,9 @@ export namespace JSXInternal {
262
260
video : preact . VideoHTMLAttributes < HTMLVideoElement > ;
263
261
wbr : preact . WbrHTMLAttributes < HTMLElement > ;
264
262
}
263
+
264
+ export interface IntrinsicElements
265
+ extends IntrinsicSVGElements ,
266
+ IntrinsicMathMLElements ,
267
+ IntrinsicHTMLElements { }
265
268
}
You can’t perform that action at this time.
0 commit comments