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

3 lines
107 B
TypeScript

import type { Rect } from "../types";
export default function getDocumentRect(element: HTMLElement): Rect;