UNPKG

@rxflow/base

Version:

BaseFlow - 核心 Flow 组件库

18 lines (17 loc) 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InnerFlowType = void 0; /** * @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. */ let InnerFlowType = exports.InnerFlowType = /*#__PURE__*/function (InnerFlowType) { InnerFlowType["Global"] = "Global"; return InnerFlowType; }({}); // 全局工作流,非子工作流