UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

3 lines (2 loc) 107 B
import type { Rect } from "../types"; export default function getDocumentRect(element: HTMLElement): Rect;