Skip to content

Commit

Permalink
fix: Add missing SVG type attribute (#4582)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian authored Nov 29, 2024
1 parent cf6942d commit cfd2f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export namespace JSXInternal {
transform?: Signalish<string | undefined>;
transformOrigin?: Signalish<string | undefined>;
'transform-origin'?: Signalish<string | undefined>;
type?: Signalish<string | undefined>;
u1?: Signalish<number | string | undefined>;
u2?: Signalish<number | string | undefined>;
underlinePosition?: Signalish<number | string | undefined>;
Expand Down

0 comments on commit cfd2f41

Please sign in to comment.