UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

7 lines (6 loc) 133 B
export default function getViewportRect(element: Element): { width: number; height: number; x: number; y: number; };