Gazebo_simulation-Frontend/node_modules/dom-helpers/esm/activeElement.d.ts

7 lines
165 B
TypeScript
Raw Normal View History

2020-12-21 11:29:31 -04:00
/**
* Return the actively focused element safely.
*
* @param doc the document to checl
*/
export default function activeElement(doc?: Document): Element | null;