/** * @author: yanxianliang * @date: 2025-08-16 13:43 * @modified:2025/8/16 13:43 by yanxianliang * @desc: 边变化回调 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { IWorkflowProps } from "../.."; import { type Node, Connection, Edge } from "@xyflow/react"; export declare const useOnConnect: (props: IWorkflowProps) => (connection: Connection) => void;