UNPKG

@fluentui/dom-utilities

Version:

DOM utilities for use within Fluent web components

8 lines (7 loc) 225 B
/** * 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;