use layout Props interface

This commit is contained in:
2025-06-08 19:49:49 +02:00
parent 7a8bcca0ef
commit e6b01b4828

View File

@@ -12,7 +12,7 @@
data: LayoutServerData;
}
let { children, data } = $props();
let { children, data }: Props = $props();
let socket;