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
styleCursor
Some TypeScript types appear to be missing. For example, the styleCursor option is missing here:
import interact from "@interactjs/interact"; import "@interactjs/auto-start"; interact('.some=element', { styleCursor: false });
I also found another missing type that I commented about elsewhere: #933 (comment)
Types are correct.
Types are incorrect, some are missing.
interact.js version: 1.10.19 Browser name and version: electron v27+ (chromium) Operating System: Windows
The text was updated successfully, but these errors were encountered:
I've published a version that should resolve this issue.
Sorry, something went wrong.
No branches or pull requests
Some TypeScript types appear to be missing. For example, the
styleCursor
option is missing here:I also found another missing type that I commented about elsewhere: #933 (comment)
Expected behavior
Types are correct.
Actual behavior
Types are incorrect, some are missing.
System configuration
interact.js version: 1.10.19
Browser name and version: electron v27+ (chromium)
Operating System: Windows
The text was updated successfully, but these errors were encountered: