Skip to content

Commit

Permalink
Remove unecessary line in Action typing example
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesantoz committed Dec 21, 2024
1 parent 8b1f271 commit 5399535
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions documentation/docs/03-template-syntax/12-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5399535

Please sign in to comment.