Skip to content

Commit

Permalink
fix(types): fix eventsPrefix type
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Oct 24, 2023
1 parent 1025b48 commit fd0f601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/swiper-options.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export interface SwiperOptions {
*
* @default `swiper`
*/
eventsPrefix?: boolean;
eventsPrefix?: string;

/**
* CSS selector for focusable elements. Swiping will be disabled on such elements if they are "focused"
Expand Down

0 comments on commit fd0f601

Please sign in to comment.