UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

12 lines 303 B
/** * @author: yanxianliang * @date: 2025-08-30 15:03 * @modified:2025/8/30 15:03 by yanxianliang * @desc: 内置的Flow类型 * * Copyright (c) 2025 by yanxianliang, All Rights Reserved. */ export declare enum InnerFlowType { Global = "Global" } //# sourceMappingURL=InnerFlowType.d.ts.map