UNPKG

166 BTypeScriptView Raw
1/**
2 * Returns the actively focused element safely.
3 *
4 * @param doc the document to check
5 */
6export default function activeElement(doc?: Document): Element | null;