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

9 lines
348 B
TypeScript

/**
* Gets the first visible element that matches the given selector
* @param selector - The selector to use to find potential visible elements
* @returns The first visible element that matches the selector, otherwise undefined
*
* @public
*/
export declare function getFirstVisibleElementFromSelector(selector: string): Element | undefined;