feat: base implementation of panel preview

This commit is contained in:
2026-02-06 12:55:48 +05:00
parent 070b49cbad
commit 571fd9bf25
10 changed files with 184 additions and 140 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts">
interface Props {
text: string;
text: string | number;
}
let { text }: Props = $props();