<script> import Foo from './Foo.html'; import Bar from './Bar.html'; export let x; export let y; export let z; </script> <svelte:component this="{ x ? Foo : Bar }" bind:y bind:z/>