UNPKG

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