@splidejs/svelte-splide
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -8,2 +8,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
[x: string]: any; | ||
id: string | undefined; | ||
options?: Options; | ||
@@ -78,2 +79,5 @@ splide?: Splide | undefined; | ||
get sync(): (target: Splide) => void; | ||
get id(): string; | ||
/**accessor*/ | ||
set id(_: string); | ||
get options(): Options; | ||
@@ -80,0 +84,0 @@ /**accessor*/ |
{ | ||
"name": "@splidejs/svelte-splide", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Svelte component for the Splide slider/carousel.", | ||
@@ -29,2 +29,3 @@ "keywords": [ | ||
"eslint-plugin-svelte3": "^3.2.1", | ||
"gh-pages": "^3.2.3", | ||
"jest": "^27.3.1", | ||
@@ -31,0 +32,0 @@ "svelte": "^3.44.0", |
<div align="center"> | ||
<a href="https://splidejs.com"> | ||
<img width="80" src="images/logo.svg"> | ||
<img width="70" src="images/logo.svg"> | ||
</a> | ||
<a href="https://svelte.dev/"> | ||
<img width="80" src="images/svelte-logo.svg"> | ||
<img width="70" src="images/svelte-logo.svg"> | ||
</a> | ||
@@ -8,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28046
571
14