NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2/esm/geometry/line.d.ts

12 lines
263 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
import Path, { PathCfg } from './path';
/** 引入 Path 对应的 ShapeFactory */
import './shape/line';
/**
* Line
* 线
*/
export default class Line extends Path {
type: string;
constructor(cfg: PathCfg);
}