UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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