UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

4 lines (3 loc) 269 B
import type { IAnimationTypeConfig } from '../../animation/interface'; import type { ILineAnimationParams, LineAppearPreset } from './interface'; export declare function linePresetAnimation(params: ILineAnimationParams, preset: LineAppearPreset): IAnimationTypeConfig;