hmc-guide/themes/hugo-mod-jslibs-dist/popperjs/package/lib/dom-utils/getDocumentElement.d.ts

3 lines
124 B
TypeScript

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