UNPKG

124 BTypeScriptView Raw
1import type { Window } from "../types";
2export default function getDocumentElement(element: Element | Window): HTMLElement;