Function: getGlobalDocumentActiveElement()
function getGlobalDocumentActiveElement(): Element | null;
Defined in: src/utils/dom/queryGlobalDocumentSelector.ts:33
Safely reads globalThis.document.activeElement.
Returnsโ
Element | null
function getGlobalDocumentActiveElement(): Element | null;
Defined in: src/utils/dom/queryGlobalDocumentSelector.ts:33
Safely reads globalThis.document.activeElement.
Element | null