/** * @author: yanxianliang * @date: 2025-08-16 16:51 * @modified:2025/8/16 16:51 by yanxianliang * @desc: 鼠标移动到边外 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { IWorkflowProps } from "../.."; import { Edge, Node } from "@xyflow/react"; import { type MouseEvent } from "react"; export declare const useOnEdgeMouseLeave: (_onEdgeMouseLeave?: IWorkflowProps['onEdgeMouseLeave']) => (event: MouseEvent, edge: EdgeType) => void;