UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 221 B
import { ShapeComponent as SC } from '../../runtime'; import type { HeatmapRendererOptions } from './renderer/types'; export type HeatmapOptions = HeatmapRendererOptions; export declare const Heatmap: SC<HeatmapOptions>;