We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c0468 commit 8021539Copy full SHA for 8021539
baselines/dom.generated.d.ts
@@ -10218,11 +10218,14 @@ declare var SVGViewElement: {
10218
}
10219
10220
interface SVGZoomAndPan {
10221
+ zoomAndPan: number;
10222
+}
10223
+
10224
+declare var SVGZoomAndPan: {
10225
SVG_ZOOMANDPAN_DISABLE: number;
10226
SVG_ZOOMANDPAN_MAGNIFY: number;
10227
SVG_ZOOMANDPAN_UNKNOWN: number;
10228
-declare var SVGZoomAndPan: SVGZoomAndPan;
10229
10230
interface SVGZoomEvent extends UIEvent {
10231
newScale: number;
0 commit comments