Skip to content

Commit

Permalink
Update 12-use.md -
Browse files Browse the repository at this point in the history
  • Loading branch information
felipesantoz authored Dec 21, 2024
1 parent 1d773ef commit 8b1f271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/03-template-syntax/12-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The `Action` interface receives three optional type arguments — a node type (w
/**
* @type {import('svelte/action').Action<
* HTMLDivElement,
* null,
* undefined,
* {
* onswiperight: (e: CustomEvent) => void;
* onswipeleft: (e: CustomEvent) => void;
Expand Down

0 comments on commit 8b1f271

Please sign in to comment.