UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

6 lines (5 loc) 379 B
import type { IAnimationTypeConfig } from '@visactor/vgrammar-core'; import type { VennAppearPreset } from './interface'; export declare const vennCirclePresetAnimation: (preset: VennAppearPreset) => IAnimationTypeConfig; export declare const vennOverlapPresetAnimation: (preset: VennAppearPreset) => IAnimationTypeConfig; export declare const registerVennAnimation: () => void;