SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/registry/connection-point/rect.d.ts
2026-05-15 10:22:44 +08:00

9 lines
323 B
TypeScript

import { ConnectionPoint } from './index';
export interface RectangleOptions extends ConnectionPoint.StrokedOptions {
}
/**
* Places the connection point at the intersection between the
* link path end segment and the element's unrotated bbox.
*/
export declare const rect: ConnectionPoint.Definition<RectangleOptions>;