Files
starface-outlook-sync-addin/node_modules/@fluentui/utilities/lib-amd/dom/getRect.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

8 lines
263 B
TypeScript

import type { IRectangle } from '../IRectangle';
/**
* Helper to get bounding client rect. Passing in window will get the window size.
*
* @public
*/
export declare function getRect(element: HTMLElement | Window | null, win?: Window): IRectangle | undefined;