feat: base implementation of panel preview
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script lang="ts">
|
||||
interface Props {
|
||||
text: string;
|
||||
text: string | number;
|
||||
}
|
||||
|
||||
let { text }: Props = $props();
|
||||
|
||||
Reference in New Issue
Block a user