@visactor/vchart
Version:
charts lib based @visactor/VGrammar
5 lines (4 loc) • 310 B
TypeScript
import type { IAnimationTypeConfig } from '../../animation/interface';
import type { CirclePackingAppearPreset } from './interface';
export declare const circlePackingPresetAnimation: (preset: CirclePackingAppearPreset) => IAnimationTypeConfig;
export declare const registerCirclePackingAnimation: () => void;