UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

5 lines (4 loc) 293 B
import type { IAnimationTypeConfig } from '@visactor/vgrammar-core'; import type { HeatmapAppearPreset } from './interface'; export declare function heatmapPresetAnimation(preset: HeatmapAppearPreset | boolean): IAnimationTypeConfig; export declare const registerHeatmapAnimation: () => void;