We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d773ef commit 8b1f271Copy full SHA for 8b1f271
documentation/docs/03-template-syntax/12-use.md
@@ -55,7 +55,7 @@ The `Action` interface receives three optional type arguments — a node type (w
55
/**
56
* @type {import('svelte/action').Action<
57
* HTMLDivElement,
58
- * null,
+ * undefined,
59
* {
60
* onswiperight: (e: CustomEvent) => void;
61
* onswipeleft: (e: CustomEvent) => void;
0 commit comments