Remove unecessary line in Action typing example

pull/14798/head
Felipe Santos 2 years ago committed by felipesantoz
parent 8b1f2717f5
commit 5399535bd1

@ -50,8 +50,6 @@ The `Action` interface receives three optional type arguments — a node type (w
```svelte
<!--- file: App.svelte --->
<script>
import { on } from 'svelte/events';
/**
* @type {import('svelte/action').Action<
* HTMLDivElement,

Loading…
Cancel
Save