mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
5 lines
67 B
Svelte
5 lines
67 B
Svelte
<script>
|
|
export let struct
|
|
</script>
|
|
|
|
{JSON.stringify(struct)}
|