interface dom.PointerEventInit implements MouseEventInitimport { type dom } from "https://deno.land/x/evt@v2.4.17/mod.ts"; const { PointerEventInit } = dom; Propertiesoptionalheight: numberoptionalisPrimary: booleanoptionalpointerId: numberoptionalpointerType: stringoptionalpressure: numberoptionaltangentialPressure: numberoptionaltiltX: numberoptionaltiltY: numberoptionaltwist: numberoptionalwidth: number