@arisbh/marqueeck
Advanced tools
Comparing version 0.0.28 to 0.0.29
@@ -24,3 +24,4 @@ import { SvelteComponentTyped } from "svelte"; | ||
click: MouseEvent; | ||
hover: CustomEvent<any>; | ||
hoverIn: CustomEvent<any>; | ||
hoverOut: CustomEvent<any>; | ||
} & { | ||
@@ -27,0 +28,0 @@ [evt: string]: CustomEvent<any>; |
{ | ||
"name": "@arisbh/marqueeck", | ||
"version": "0.0.28", | ||
"version": "0.0.29", | ||
"description": "Marqueeck is a custom and customizable marquee component for Sveltekit", | ||
@@ -5,0 +5,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
11902
88