Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getDocumentElement.d.ts « dom-utils « lib « package « popperjs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 262375c3f8ae172fe1a6f840971d9f606d233076 (plain)
1
2
import type { Window } from "../types";
export default function getDocumentElement(element: Element | Window): HTMLElement;