UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines (12 loc) 254 B
import { Coordinate } from '../dependents'; /** * @ignore */ export interface AnimateExtraCfg { /** 当前坐标系 */ coordinate: Coordinate; /** 图形最终样式 */ toAttrs: object; /** 其他信息 */ [key: string]: any; }