import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { SVGAnimatedPreserveAspectRatio } = dom;
Used for attributes of type SVGPreserveAspectRatio which can be animated.
x/evt/lib/types/index.ts>dom.SVGAnimatedPreserveAspectRatio
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { SVGAnimatedPreserveAspectRatio } = dom;
Used for attributes of type SVGPreserveAspectRatio which can be animated.