lix-website/themes/lix/assets/@popperjs/core/lib/dom-utils/getDocumentRect.d.ts

3 lines
107 B
TypeScript
Raw Permalink Normal View History

2024-04-27 03:39:10 +00:00
import type { Rect } from "../types";
export default function getDocumentRect(element: HTMLElement): Rect;