Blame view

node_modules/@popperjs/core/lib/dom-utils/getDocumentElement.d.ts 124 Bytes
4cd4fd28   郭伟龙   feat: 初始化项目
1
2
import type { Window } from "../types";
export default function getDocumentElement(element: Element | Window): HTMLElement;