Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nolimits4web/swiper
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jan 23, 2023
2 parents 9d2ad87 + 3317f5e commit 4b890fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/svelte/swiper-svelte.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { SvelteComponentTyped } from 'svelte';
import { SwiperOptions, Swiper as SwiperClass } from '../types/';

// @ts-ignore
interface SwiperProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap['div']> {}
interface SwiperProps extends SwiperOptions {}
interface SwiperProps extends SwiperOptions, svelte.JSX.HTMLAttributes<HTMLElementTagNameMap['div']> {}

// @ts-ignore
interface SwiperSlideProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap['div']> {
Expand Down

0 comments on commit 4b890fe

Please sign in to comment.