import { IChartBoundaries } from '../../ca-chart/models'; export interface IHoverState { index: number | null; chartId: string | null; boundaries: IChartBoundaries | undefined; }