UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

4 lines (3 loc) 264 B
import type { IAnimationTimeline, IAnimationTypeConfig } from '@visactor/vgrammar-core'; import type { IArcMark } from '../../../mark/interface'; export declare function centerOffsetConfig(mark: IArcMark, originalConfig: IAnimationTypeConfig): IAnimationTimeline;