We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
object
run
grep ": object" -r .
in types/ , and fix them one by one.
types/
file mouse.d.ts
mouse.d.ts
* @param [event] optional MouseEvent callback
so it better be MouseEvent instead of object
MouseEvent
mouseMoved(event?: MouseEvent): void;
file global.d.ts, a lot of object, need to clean up.
global.d.ts
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
run
in
types/
, and fix them one by one.file
mouse.d.ts
so it better be
MouseEvent
instead ofobject
file
global.d.ts
, a lot ofobject
, need to clean up.The text was updated successfully, but these errors were encountered: