UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

8 lines (7 loc) 346 B
import type { BaseSeriesProps } from './BaseSeries'; import type { IHeatmapChartSpec } from '@visactor/vchart'; export type HeatmapProps = BaseSeriesProps & Omit<IHeatmapChartSpec, 'type'>; export declare const Heatmap: import("react").FC<BaseSeriesProps & Omit<IHeatmapChartSpec, "type"> & { updateId?: number; componentId?: string; }>;