UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

12 lines 379 B
/** * @author: yanxianliang * @date: 2025-10-20 09:19 * @modified:2025/10/20 09:19 by yanxianliang * @desc: 智能边 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { type EdgeProps } from '@xyflow/react'; import { ComponentType } from "react"; export declare const ManhattanEdge: ComponentType<EdgeProps>; //# sourceMappingURL=manhattan.d.ts.map