@rxflow/base
Version:
BaseFlow - 核心 Flow 组件库
11 lines • 399 B
TypeScript
/**
* @author: yanxianliang
* @date: 2025-10-09 13:00
* @modified:2025/10/9 13:00 by yanxianliang
* @desc: 数据转换
*
* Copyright (c) 2025 by yanxianliang, All Rights Reserved.
*/
import { NodeHandle, NodeHandleBounds } from "@xyflow/system";
export declare const parseHandles: (handles?: NodeHandle[] | NodeHandleBounds) => NodeHandle[] | undefined;
//# sourceMappingURL=parse.d.ts.map