Skip to content

Commit

Permalink
fix onresize event (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
galkatz373 authored Jul 25, 2020
1 parent c6443d4 commit 5cd71dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte2tsx/svelte-jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,7 @@
// UI Events
onscroll?: UIEventHandler<T>;
onscrollcapture?: UIEventHandler<T>;
onresize?: UIEventHandler<T>;

// Wheel Events
onwheel?: WheelEventHandler<T>;
Expand Down

0 comments on commit 5cd71dc

Please sign in to comment.