6 lines
101 B

<script>
export let value;
export let value_with_default = undefined;
</script>
<input bind:value>