UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

13 lines 420 B
import type Highcharts from "highcharts"; export type LineChartPoint = Highcharts.Point & { tooltip?: string; label?: string; }; interface LineChartTooltipOptions { date: string; points: LineChartPoint[]; seriesLength: boolean; } export declare function lineChartTooltipHtml({ date, points, seriesLength }: LineChartTooltipOptions): string; export {}; //# sourceMappingURL=line-chart-tooltip.d.ts.map