UNPKG

@ant-design/graphs

Version:
6 lines (5 loc) 224 B
import type { Point, PolylineStyleProps } from '@antv/g6'; import { Polyline } from '@antv/g6'; export declare class IndentedEdge extends Polyline { getControlPoints(attributes: Required<PolylineStyleProps>): Point[]; }