The Svelte 5 SSG Migration #1

Merged
mifi merged 14 commits from feature/svelte-ssg into main 2026-02-01 05:50:42 +00:00
Showing only changes of commit 0c34d37110 - Show all commits

View File

@@ -1,5 +1,5 @@
<script lang="ts">
let { color = 'currentColor' }: { color?: string } = $props();
const { color = 'currentColor' } = $props<{ color?: string }>();
</script>
<svg