/** * @author: yanxianliang * @date: 2025-07-27 16:33 * @modified:2025/7/27 16:33 by yanxianliang * @desc: Flow * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ import React from "react"; import { Edge, Node, ReactFlowInstance } from "@xyflow/react"; import { IBaseGraphStateWithOmitProps } from ".."; export declare const Flow: = IBaseGraphStateWithOmitProps>(props: GraphProps & React.RefAttributes) => React.ReactElement;