/** * @author: yanxianliang * @date: 2025-08-16 17:27 * @modified:2025/8/16 17:27 by yanxianliang * @desc: 获取除当前连接外的边 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { Connection, Edge } from "@xyflow/react"; export declare const edgeEqualConnect: (edge: EdgeType, connection: Connection | EdgeType) => boolean;