@arisbh/marqueeck
Advanced tools
Comparing version 0.0.45 to 0.0.46
import { SvelteComponentTyped } from "svelte"; | ||
import type { MarqueeckOptions } from './MarqueeckOptions.d.ts'; | ||
import type { MarqueeckOptions } from './MarqueeckOptions.ts'; | ||
declare const __propDef: { | ||
@@ -4,0 +4,0 @@ props: { |
@@ -12,2 +12,2 @@ export type MarqueeckOptions = { | ||
stickyPosition?: 'start' | 'end'; | ||
}; | ||
}; |
{ | ||
"name": "@arisbh/marqueeck", | ||
"version": "0.0.45", | ||
"version": "0.0.46", | ||
"description": "Marqueeck is a custom and customizable marquee component for Sveltekit", | ||
@@ -67,2 +67,3 @@ "author": { | ||
"dependencies": {}, | ||
"declaration": true, | ||
"scripts": { | ||
@@ -69,0 +70,0 @@ "dev": "vite dev", |
12583
10
90