forge-arena / ui /node_modules /dom-helpers /cjs /activeElement.d.ts
Amogh-kal1's picture
Upload folder using huggingface_hub
1a45e5f verified
/**
* Returns the actively focused element safely.
*
* @param doc the document to check
*/
export default function activeElement(doc?: Document): Element | null;