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