/** * @author: yanxianliang * @date: 2025-08-24 23:13 * @modified:2025/8/24 23:13 by yanxianliang * @desc: edges change 回调 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { Edge } from "@xyflow/react"; import type { OnEdgesChange } from "@xyflow/react/dist/esm/types"; export declare const useOnEdgesChange: (changeHandler: OnEdgesChange) => void;