chore: migrate to ts

This commit is contained in:
2026-01-19 17:51:56 +01:00
parent b221afee4a
commit 16c277c50c
13 changed files with 32 additions and 42 deletions
+3 -7
View File
@@ -1,12 +1,8 @@
<script>
<script lang="ts">
import "../app.css";
/**
* @typedef {Object} Props
* @property {import('svelte').Snippet} [children]
*/
import type { Snippet } from 'svelte';
/** @type {Props} */
let { children } = $props();
let { children }: { children?: Snippet } = $props();
</script>
<header class="fixed z-50 mix-blend-difference p-1">