migrate examples

This commit is contained in:
peterkogo
2024-11-12 13:03:28 +01:00
parent 3fc693b9d3
commit 352122968f
47 changed files with 322 additions and 202 deletions
@@ -3,7 +3,11 @@
type $$Props = NodeProps;
export let data: $$Props['data'];
interface Props {
data: $$Props['data'];
}
let { data }: Props = $props();
</script>
<NodeToolbar