import type { ExtractPropTypes } from "vue"; import AdjustableLineChart from './AdjustableLineChart.vue'; import { props } from './props'; export type AdjustableLineChartProps = ExtractPropTypes; export { AdjustableLineChart, AdjustableLineChart as default };