add a fourth header

pull/15745/head
Rich Harris 1 year ago
parent b1ba4a0b9a
commit af3bc3b0c2

@ -190,6 +190,8 @@ Any content inside the component tags that is _not_ a snippet declaration implic
> [!NOTE] Note that you cannot have a prop called `children` if you also have content inside the component — for this reason, you should avoid having props with that name
### Optional snippet props
You can declare snippet props as being optional. You can either use optional chaining to not render anything if the snippet isn't set...
```svelte

Loading…
Cancel
Save