Skip to content

Commit

Permalink
fix: fix types import
Browse files Browse the repository at this point in the history
fixes #7529
  • Loading branch information
nolimits4web committed May 13, 2024
1 parent 68c5bcc commit 57923db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/shared.d.ts
@@ -1,4 +1,4 @@
import { Swiper } from './index.d.ts';
import type { Swiper } from './index.d.ts';

export interface CSSSelector extends String {}

Expand Down

0 comments on commit 57923db

Please sign in to comment.