Skip to content

Commit

Permalink
Add HTMLMTextElement interface
Browse files Browse the repository at this point in the history
  • Loading branch information
fekete965 authored and marvinhagemeister committed Dec 8, 2023
1 parent d13125e commit 89db29d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2795,6 +2795,8 @@ export namespace JSXInternal {
>;
}

export interface HTMLMTextElement extends MathMLElement {}

export interface IntrinsicElements {
// HTML
a: HTMLAttributes<HTMLAnchorElement>;
Expand Down Expand Up @@ -3004,5 +3006,6 @@ export namespace JSXInternal {
msup: MathMLAttributes<HTMLMSupElement>;
mtable: MathMLAttributes<HTMLMTableElement>;
mtd: MathMLAttributes<HTMLMTdElement>;
mtext: MathMLAttributes<HTMLMTextElement>;
}
}

0 comments on commit 89db29d

Please sign in to comment.