activeElement.d.ts 165 Bytes
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
2
3
4
5
6
/**
 * Return the actively focused element safely.
 *
 * @param doc the document to checl
 */
export default function activeElement(doc?: Document): Element | null;