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
In the .d.ts files, the "enabled" parameter of Virtual Slides and Free Mode has no default value and description
swiper/src/types/modules/free-mode.d.ts
Lines 8 to 9 in 798c7c0
swiper/src/types/modules/virtual.d.ts
Lines 81 to 82 in 798c7c0
Add the default value and description for the "enabled" parameter of Virtual Slides and Free Mode in the .d.ts files
No response
The text was updated successfully, but these errors were encountered:
Also, the "enabled" parameter of Lazy Loading in the .d.ts file does not have the default value
swiper/src/types/modules/lazy.d.ts
Lines 29 to 33 in 338742d
Sorry, something went wrong.
340f716
Successfully merging a pull request may close this issue.
Clear and concise description of the problem
In the .d.ts files, the "enabled" parameter of Virtual Slides and Free Mode has no default value and description
swiper/src/types/modules/free-mode.d.ts
Lines 8 to 9 in 798c7c0
swiper/src/types/modules/virtual.d.ts
Lines 81 to 82 in 798c7c0
Suggested solution
Add the default value and description for the "enabled" parameter of Virtual Slides and Free Mode in the .d.ts files
Alternative
No response
Additional context
No response
Validations
Would you like to open a PR for this feature?
The text was updated successfully, but these errors were encountered: