7 lines
333 B
TypeScript
7 lines
333 B
TypeScript
export { default as ChartTooltip } from './ChartTooltip.vue'
|
|
export { default as ChartSingleTooltip } from './ChartSingleTooltip.vue'
|
|
export { default as ChartLegend } from './ChartLegend.vue'
|
|
export { default as ChartCrosshair } from './ChartCrosshair.vue'
|
|
|
|
export const defaultColors = ['hsl(var(--primary))', 'hsl(var(--muted))']
|