types: fix `scroll` event type; add support for `scrollend` (#10443)

This commit is contained in:
chirokas 2024-03-06 17:23:50 +08:00 committed by GitHub
parent e76d7430aa
commit dec8a5294b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1348,8 +1348,9 @@ export interface Events {
// selection events // selection events
onSelect: Event onSelect: Event
// UI events // scroll events
onScroll: UIEvent onScroll: Event
onScrollend: Event
// touch events // touch events
onTouchcancel: TouchEvent onTouchcancel: TouchEvent