UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

4 lines (3 loc) 230 B
import type { ISunburstAnimationParams } from './interface'; import type { IAnimationTypeConfig } from '../../../animation/interface'; export declare const sunburstExit: (params: ISunburstAnimationParams) => IAnimationTypeConfig;