/** * Build uid of element. * It is based on chain of selectors from HTML element to this target element: * * HTML > BODY > DIV#app > DIV > INPUT#id[type="email"][autofocus] */ export default function getElementUid(event: Event): string | undefined;