blob: 9862eef69133eb88f43ccaffb3c2ad79e57b1c72 [file] [log] [blame] [edit]
/**
* Returns the actively focused element safely.
*
* @param doc the document to check
*/
export default function activeElement(doc?: Document): Element | null;