source:
imaps-frontend/node_modules/@popperjs/core/lib/dom-utils/getCompositeRect.d.ts
Last change on this file was 79a0317, checked in by , 2 weeks ago | |
---|---|
|
|
File size: 212 bytes |
Line | |
---|---|
1 | import type { Rect, VirtualElement, Window } from "../types"; |
2 | export default function getCompositeRect(elementOrVirtualElement: Element | VirtualElement, offsetParent: Element | Window, isFixed?: boolean): Rect; |
Note:
See TracBrowser
for help on using the repository browser.