Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onSwiping TypeScript definition is wrong #44

Closed
mi5ha opened this issue Dec 26, 2020 · 2 comments
Closed

onSwiping TypeScript definition is wrong #44

mi5ha opened this issue Dec 26, 2020 · 2 comments

Comments

@mi5ha
Copy link

mi5ha commented Dec 26, 2020

In index.d.ts, onSwiping is defined as:

onSwiping?: () => void;

I think it should be?

onSwiping?: (x: number, y: number) => void;
@RuzenDev
Copy link

RuzenDev commented Oct 4, 2022

Yeaah Somebody Release the version with this fix

@webraptor
Copy link
Owner

Will be fixed by 2.0.10

webraptor added a commit that referenced this issue Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants