import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { IntersectionObserverEntryInit } = dom;
Properties
boundingClientRect: DOMRectInit
intersectionRect: DOMRectInit
rootBounds: DOMRectInit | null
target: Element
x/evt/lib/types/index.ts>dom.IntersectionObserverEntryInit
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { IntersectionObserverEntryInit } = dom;