UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

4 lines (3 loc) 212 B
import type { IMark } from '../mark/interface'; import type { IMorphConfig } from '../animation/spec'; export declare const morph: (prevMarks: IMark[], nextMarks: IMark[], morphConfig?: IMorphConfig) => boolean;