/** * @author: yanxianliang * @date: 2025-08-18 21:26 * @modified:2025/8/18 21:26 by yanxianliang * @desc: 获取节点尺寸 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { Node } from "@xyflow/react"; export declare const getNodeWidth: (node: Node) => number; export declare const getNodeHeight: (node: Node) => number;