Spaces:
Running
Running
| <script lang="ts"> | |
| import type { Snippet } from 'svelte'; | |
| let { children }: { children?: Snippet } = $props(); | |
| </script> | |
| <li class="pl-0.5 leading-relaxed">{@render children?.()}</li> | |
| <script lang="ts"> | |
| import type { Snippet } from 'svelte'; | |
| let { children }: { children?: Snippet } = $props(); | |
| </script> | |
| <li class="pl-0.5 leading-relaxed">{@render children?.()}</li> | |