![JAR search and dependency download from the Maven repository](/logo.png)
package.lib.dom-utils.getBoundingClientRect.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Tooltip and Popover Positioning Engine
import type { ClientRectObject, VirtualElement } from "../types";
export default function getBoundingClientRect(element: Element | VirtualElement, includeScale?: boolean, isFixedStrategy?: boolean): ClientRectObject;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy