Skip to content

Commit 8b1f271

Browse files
authored
Update 12-use.md -
1 parent 1d773ef commit 8b1f271

File tree

1 file changed

+1
-1
lines changed
  • documentation/docs/03-template-syntax

1 file changed

+1
-1
lines changed

documentation/docs/03-template-syntax/12-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The `Action` interface receives three optional type arguments — a node type (w
5555
/**
5656
* @type {import('svelte/action').Action<
5757
* HTMLDivElement,
58-
* null,
58+
* undefined,
5959
* {
6060
* onswiperight: (e: CustomEvent) => void;
6161
* onswipeleft: (e: CustomEvent) => void;

0 commit comments

Comments
 (0)