Skip to content

Commit

Permalink
fix(thumbs): fix thumbs .swiper type prop to accept string
Browse files Browse the repository at this point in the history
fixes #7421
  • Loading branch information
nolimits4web committed Mar 28, 2024
1 parent bab9230 commit 5b0fa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/modules/thumbs.d.ts
Expand Up @@ -25,7 +25,7 @@ export interface ThumbsOptions {
*
* @default null
*/
swiper?: Swiper | null;
swiper?: Swiper | string | null;
/**
* Additional class that will be added to activated thumbs swiper slide
*
Expand Down

0 comments on commit 5b0fa84

Please sign in to comment.