interface dom.DOMRect implements DOMRectReadOnlyimport { type dom } from "https://deno.land/x/evt@v2.3.1/lib/index.ts"; const { DOMRect } = dom; Propertiesheight: numberwidth: numberx: numbery: number