Comparing version 2.0.0-next.41 to 2.0.0-next.42
@@ -6,4 +6,5 @@ declare const Expand: import("svelte").Component<{ | ||
bindWidth?: boolean; | ||
tween?: boolean; | ||
} & Record<string, any>, {}, "">; | ||
type Expand = ReturnType<typeof Expand>; | ||
export default Expand; |
{ | ||
"name": "nunui", | ||
"version": "2.0.0-next.41", | ||
"version": "2.0.0-next.42", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite dev", |
Sorry, the diff of this file is not supported yet
89242
575