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