layerchart
Advanced tools
Comparing version
@@ -9,2 +9,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
line?: boolean | any; | ||
tweened?: boolean | Parameters<typeof tweenedStore>[1]; | ||
}; | ||
@@ -11,0 +12,0 @@ events: { |
import { SvelteComponentTyped } from "svelte"; | ||
import type { spring as springStore, tweened as tweenedStore } from 'svelte/motion'; | ||
declare const __propDef: { | ||
@@ -23,2 +24,4 @@ props: { | ||
widthOffset?: number; | ||
spring?: boolean | Parameters<typeof springStore>[1]; | ||
tweened?: boolean | Parameters<typeof tweenedStore>[1]; | ||
groupBy?: string; | ||
@@ -25,0 +28,0 @@ }; |
@@ -6,3 +6,3 @@ { | ||
"repository": "techniq/layerchart", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"devDependencies": { | ||
@@ -9,0 +9,0 @@ "@sveltejs/adapter-static": "^1.0.0-next.21", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
85402
0.5%1266
0.32%