export const initInput = (element: HTMLInputElement) => { element.focus(); };