<script>
    export let actualValue;
    let x = $$props;
</script>

<input bind:value={actualValue}>