fix - maybe

pull/10320/head
S. Elliott Johnson 2 years ago
parent f9ac0cf39c
commit 46306700d2

@ -237,6 +237,8 @@ You can import the `Snippet` type from `'svelte'`:
The `Snippet` type is generic. Here's how you'd type various cases:
```ts
import type { Snippet } from 'svelte';
type SnippetWithNoArgs = Snippet;
type SnippetWithOneArg = Snippet<[argOne: number]>;
type SnippetWithMultipleArgs = Snippet<

Loading…
Cancel
Save