UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

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