UNPKG

@spectrum-web-components/shared

Version:

Shared mixins, tools, etc. that support developing Spectrum Web Components.

6 lines (5 loc) 151 B
"use strict"; export const getActiveElement = (el) => { return el.getRootNode().activeElement; }; //# sourceMappingURL=get-active-element.dev.js.map