Outlook_Addin_LLM/node_modules/@fluentui/dom-utilities/lib-commonjs/getVirtualParent.d.ts

7 lines
175 B
TypeScript
Raw Normal View History

/**
* Gets the virtual parent given the child element, if it exists.
*
* @public
*/
export declare function getVirtualParent(child: HTMLElement): HTMLElement | undefined;