@visactor/vchart
Version:
charts lib based @visactor/VGrammar
5 lines (4 loc) • 376 B
TypeScript
import type { IAnimationTypeConfig } from '../../../animation/interface';
import type { IProgressLikeAnimationParams, ProgressLikeAppearPreset } from './interface';
export declare function progressLikePresetAnimation(params: IProgressLikeAnimationParams, preset: ProgressLikeAppearPreset): IAnimationTypeConfig;
export declare const registerProgressLikeAnimation: () => void;