All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.dom-utils.getCompositeRect.d.ts Maven / Gradle / Ivy

There is a newer version: 2.11.8
Show newest version
import type { Rect, VirtualElement, Window } from "../types";
export default function getCompositeRect(elementOrVirtualElement: Element | VirtualElement, offsetParent: Element | Window, isFixed?: boolean): Rect;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy