@adyen/lume-vue3
Advanced tools
Comparing version 1.6.4 to 1.6.5
import { Ref } from 'vue'; | ||
import { AxisOptions } from '@/composables/options'; | ||
import { Scale } from '@/composables/scales'; | ||
@@ -8,9 +9,9 @@ /** | ||
* @param tickRefs Template reference to the tick text elements | ||
* @param skipNumber Optional amount of ticks to skip | ||
* @param options The axis options. | ||
*/ | ||
export declare function useSkip(scale: Ref<Scale>, tickRefs: Ref<Array<{ | ||
ref: SVGTextElement; | ||
}>>, skipNumber?: true | number): { | ||
}>>, options: Ref<AxisOptions>): { | ||
showTick: (index: number) => boolean; | ||
}; | ||
//# sourceMappingURL=lume-skip.d.ts.map |
{ | ||
"name": "@adyen/lume-vue3", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1351214
10529