Skip to main content
Latest
variable OverflowEvent
import { OverflowEvent } from "https://deno.land/x/domtype@v1.0.4/domtype.d.ts";

type

{ prototype: OverflowEvent; readonly BOTH: number; readonly HORIZONTAL: number; readonly VERTICAL: number; new (): OverflowEvent; }