getDocumentElement.d.ts 124 Bytes
import type { Window } from "../types";
export default function getDocumentElement(element: Element | Window): HTMLElement;