NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2/esm/animate/interface.js.map
2023-09-14 14:47:11 +08:00

1 line
399 B
Plaintext

{"version":3,"file":"interface.js","sourceRoot":"","sources":["../../src/animate/interface.ts"],"names":[],"mappings":"","sourcesContent":["import { Coordinate } from '../dependents';\n\n/**\n * @ignore\n */\nexport interface AnimateExtraCfg {\n /** 当前坐标系 */\n coordinate: Coordinate;\n /** 图形最终样式 */\n toAttrs: object;\n /** 其他信息 */\n [key: string]: any;\n}\n"]}