Skip to content

Commit

Permalink
feat(svelte): types for Swiper slot virtualData
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Jan 25, 2022
1 parent 1fa70e1 commit 682f56f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/svelte/swiper-svelte.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@ declare class Swiper extends SvelteComponentTyped<
// MODULES_EVENTS
},
{
default: {};
default: {
virtualData: {
slides: any[];
offset: number;
from: number;
to: number;
slidesGrid: number[];
};
};
'container-start': {};
'wrapper-start': {};
'wrapper-end': {};
Expand Down

0 comments on commit 682f56f

Please sign in to comment.