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