2025-10-23 16:54:33 +00:00

3 lines
124 B
TypeScript

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