Skip to content

Commit

Permalink
fix(core): fix types of swiper-effect-utils.d.ts (#7655)
Browse files Browse the repository at this point in the history
  • Loading branch information
kudohamu authored Jul 31, 2024
1 parent 450c57a commit 4875f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swiper-effect-utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Swiper, SwiperOptions } from './types/index.d.ts';
import type { Swiper, SwiperOptions } from './types/index.d.ts';

declare const createShadow: (suffix?: string, slideEl: HTMLElement, side?: string) => HTMLElement;
declare const createShadow: (suffix: string, slideEl: HTMLElement, side?: string) => HTMLElement;

declare const effectInit: (params: {
effect: string;
Expand Down

0 comments on commit 4875f26

Please sign in to comment.