5 lines
70 B

<script>
export let foo = 'bar';
</script>
<input bind:value={foo} >