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

9 lines
283 B
TypeScript

/**
* Helper to get the document object. Note that in popup window cases, document
* might be the wrong document, which is why we look at ownerDocument for the
* truth.
*
* @public
*/
export declare function getDocument(rootElement?: HTMLElement | null): Document | undefined;