8 lines
91 B

<script>
export let myColor = "red";
</script>
<div>
<p style:color={myColor} />
</div>