UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

5 lines (4 loc) 308 B
import type { IAnimationTypeConfig } from '@visactor/vgrammar-core'; import type { CirclePackingAppearPreset } from './interface'; export declare const circlePackingPresetAnimation: (preset: CirclePackingAppearPreset) => IAnimationTypeConfig; export declare const registerCirclePackingAnimation: () => void;