/** * @author: yanxianliang * @date: 2025-08-16 02:36 * @modified:2025/8/16 02:36 by yanxianliang * @desc: 链接检查 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import { IWorkflowProps } from "../.."; import { Connection, Edge, Node } from "@xyflow/react"; export declare const useIsValidConnection: (props: IWorkflowProps) => (connection: Connection | EdgeType_1) => boolean;