UNPKG

@nocobase/plugin-workflow-manual

Version:

Could be used for workflows which some of decisions are made by users.

16 lines (15 loc) 511 B
/** * This file is part of the NocoBase (R) project. * Copyright (c) 2020-2024 NocoBase Co., Ltd. * Authors: NocoBase Team. * * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License. * For more information, please refer to: https://www.nocobase.com/agreement. */ import { FC } from 'react'; /** * 1. 扩展几个工作流相关的 collection,防止在区块中因找不到 collection 而报错; * @param props * @returns */ export declare const WorkflowManualProvider: FC;