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

8 lines
225 B
TypeScript
Raw Permalink Normal View History

/**
* Sets the virtual parent of an element.
* Pass `undefined` as the `parent` to clear the virtual parent.
*
* @public
*/
export declare function setVirtualParent(child: HTMLElement, parent: HTMLElement | null): void;