Skip to content

Commit 04f0dc1

Browse files
committed
fix: add scrollend event type
1 parent 452dc4a commit 04f0dc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export interface DOMAttributes<T extends EventTarget> {
179179

180180
// UI Events
181181
'on:scroll'?: UIEventHandler<T> | undefined | null;
182+
'on:scrollend'?: UIEventHandler<T> | undefined | null;
182183
'on:resize'?: UIEventHandler<T> | undefined | null;
183184

184185
// Wheel Events

0 commit comments

Comments
 (0)