Skip to content

Commit

Permalink
add onscrollend listener type (#4305)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Mar 17, 2024
1 parent f8a0801 commit cfba5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1718,6 +1718,7 @@ export namespace JSXInternal {

// UI Events
onScroll?: UIEventHandler<Target> | undefined;
onScrollEnd?: UIEventHandler<Target> | undefined;
onScrollCapture?: UIEventHandler<Target> | undefined;

// Wheel Events
Expand Down

0 comments on commit cfba5ee

Please sign in to comment.