UNPKG

@visactor/taro-vchart

Version:
4 lines (3 loc) 298 B
/// <reference types="react" /> import type { IHeatmapChartSpec } from '@visactor/vchart'; export declare const HeatmapChart: import("react").ForwardRefExoticComponent<Omit<import("../typings/IChartProps").IVChartProps<IHeatmapChartSpec>, "chartConstructor"> & import("react").RefAttributes<any>>;