Skip to content

Commit

Permalink
fix(types): remove 'Lazy' declaration (#7739)
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-betto committed Sep 16, 2024
1 parent 2f44a6e commit 40a705e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/modules/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ declare const EffectCards: SwiperModule;
declare const HashNavigation: SwiperModule;
declare const History: SwiperModule;
declare const Keyboard: SwiperModule;
declare const Lazy: SwiperModule;
declare const Mousewheel: SwiperModule;
declare const Navigation: SwiperModule;
declare const Pagination: SwiperModule;
Expand All @@ -38,7 +37,6 @@ export {
HashNavigation,
History,
Keyboard,
Lazy,
Mousewheel,
Navigation,
Pagination,
Expand Down

0 comments on commit 40a705e

Please sign in to comment.