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