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 6145be5 commit 5eb5fe8Copy full SHA for 5eb5fe8
packages/svelte/elements.d.ts
@@ -351,6 +351,9 @@ export interface DOMAttributes<T extends EventTarget> {
351
'on:scroll'?: UIEventHandler<T> | undefined | null;
352
onscroll?: UIEventHandler<T> | undefined | null;
353
onscrollcapture?: UIEventHandler<T> | undefined | null;
354
+ 'on:scrollend'?: UIEventHandler<T> | undefined | null;
355
+ onscrollend?: UIEventHandler<T> | undefined | null;
356
+ onscrollendcapture?: UIEventHandler<T> | undefined | null;
357
'on:resize'?: UIEventHandler<T> | undefined | null;
358
onresize?: UIEventHandler<T> | undefined | null;
359
onresizecapture?: UIEventHandler<T> | undefined | null;
0 commit comments