7 lines
106 B

<svelte:options namespace="foreign" />
<script>
let whatever;
</script>
<input bind:value={whatever} />