UNPKG

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