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 aa66ee6 commit 0fca74fCopy full SHA for 0fca74f
src/app.d.ts
@@ -8,3 +8,11 @@ declare namespace App {
8
// interface Session {}
9
// interface Stuff {}
10
}
11
+
12
+// https://stackoverflow.com/questions/73025100/svelte-svelte-kit-type-custom-action-event-with-typescript
13
+// https://github.com/sveltejs/language-tools/blob/master/docs/preprocessors/typescript.md#im-getting-deprecation-warnings-for-sveltejsx--i-want-to-migrate-to-the-new-typings
14
+declare namespace svelteHTML {
15
+ interface HTMLAttributes<T> {
16
+ 'on:enterViewport'?: (event: any) => any
17
+ }
18
+}
0 commit comments