DIR : /home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm/activeElement.d.ts /home/kozerus/public_html/cropex/node/node_modules/dom-helpers/esm /** * Returns the actively focused element safely. * * @param doc the document to check */ export default function activeElement(doc?: Document): Element | null;//