fix: add `scrollend` event type (#10336)

* fix: add scrollend event type

* Update fair-phones-dance.md
pull/10366/head
Arslan 8 months ago committed by GitHub
parent 452dc4ac9b
commit f2c2490a68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,5 @@
---
'svelte': patch
---
fix: add `scrollend` event type

@ -179,6 +179,7 @@ export interface DOMAttributes<T extends EventTarget> {
// UI Events
'on:scroll'?: UIEventHandler<T> | undefined | null;
'on:scrollend'?: UIEventHandler<T> | undefined | null;
'on:resize'?: UIEventHandler<T> | undefined | null;
// Wheel Events

Loading…
Cancel
Save