UNPKG

@fluentui/dom-utilities

Version:

DOM utilities for use within Fluent web components

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