/** * @author: yanxianliang * @date: 2025-07-23 09:42 * @modified:2025/7/23 09:42 by yanxianliang * @desc: Edge 是否高亮 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { EdgeProps } from "@xyflow/react"; /** * 检测边是否高亮 * @param edge */ export declare function useActiveEdge(edge: Pick): boolean;