9 lines
107 B

<script>
let input;
export function focus() {
input.focus();
}
</script>
<input bind:this={input} />