UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

11 lines 441 B
/** * @author: yanxianliang * @date: 2025-08-24 23:05 * @modified:2025/8/24 23:05 by yanxianliang * @desc: 获取 edge change 事件列表 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { Edge } from "@xyflow/react"; export declare const useGetEdgesChangeHandlers: <EdgeType extends Edge = Edge>() => () => import("@xyflow/react").OnEdgesChange<any>[]; //# sourceMappingURL=useGetEdgesChangeHandlers.d.ts.map