8 lines
118 B

<script>
import Foo from './Foo.html';
export let test;
</script>
<svelte:component this={Foo} bind:this={test}/>