Skip to content

Commit

Permalink
fix:incorrect zoom toggle types (#7016)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockey2020 authored Sep 6, 2023
1 parent c496835 commit 8b73864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/modules/zoom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface ZoomMethods {
/**
* Toggle image zoom of the currently active slide
*/
toggle(): void;
toggle(event?: MouseEvent | TouchEvent | PointerEvent): void;
}

export interface ZoomEvents {
Expand Down

0 comments on commit 8b73864

Please sign in to comment.