UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

5 lines (4 loc) 286 B
import type { IAnimationTypeConfig } from '../../animation/interface'; import type { TreemapAppearPreset } from './interface'; export declare const treemapPresetAnimation: (preset: TreemapAppearPreset) => IAnimationTypeConfig; export declare const registerTreemapAnimation: () => void;