UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

5 lines (4 loc) 341 B
import type { IAnimationTypeConfig } from '../../animation/interface'; import type { AreaAppearPreset, IAreaAnimationParams } from './interface'; export declare function areaPresetAnimation(params: IAreaAnimationParams, preset: AreaAppearPreset | boolean): IAnimationTypeConfig; export declare const registerAreaSeriesAnimation: () => void;