import { ChartProps } from './ChartProps';

export type LineChartProps = {
  color: string;
}
  & ChartProps
