7 lines
117 B

<script>
let name = 'world';
import Child from 'Child.svelte';
</script>
<Child name={name} style:color="red" />