A Lit directive, which sets focus on the element of scope once its connected to the DOM. @example:
html`<input ${umbFocus()}>`; Copy
html`<input ${umbFocus()}>`;
Description
A Lit directive, which sets focus on the element of scope once its connected to the DOM. @example: