UNPKG

@lion/overlays

Version:

Overlays System using lit-html for rendering

9 lines (8 loc) 253 B
/** * Returns the activeElement, even when they are inside a shadowRoot. * (If an element in a shadowRoot is focused, document.activeElement * returns the shadowRoot host. * * @returns {Element} */ export function getDeepActiveElement(): Element;