UNPKG

@tachybase/module-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

9 lines (8 loc) 412 B
import React from 'react'; /** * 工作流分类列组件 * - 直接展示后端返回的分类数据,不触发额外的 API 请求 * - 数据由 listExtended action 提供,格式:{ id, name, color? }[] * - 与 data-source 模块的 CollectionCategory 组件设计类似 */ export declare const WorkflowCategoryColumn: React.MemoExoticComponent<import("@tachybase/schema").ReactFC<Omit<any, "ref">>>;