/** * @author: yanxianliang * @date: 2025-07-08 10:22 * @desc: 有dimensions change事件 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { NodeChange, Node } from "@xyflow/react"; export declare const hasDimensionsChange: (changes: NodeChange[]) => boolean;