web: Remove unused global

This commit is contained in:
Daniel Jacobs 2024-07-17 18:50:17 -04:00 committed by Nathan Adams
parent 0c878207c6
commit aec3348241
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ module "tsx-dom-types" {
}
interface SVGSVGElement {
xmlns?: string;
"xmlns:xlink"?: string;
scale?: string | number;
}
interface SVGPathElement {