@tachybase/module-workflow
Version:
A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.
15 lines (14 loc) • 425 B
TypeScript
import React from 'react';
import { MenuProps } from 'antd';
import { BuiltinGroupType } from '../interface';
export declare function useProps(props: any): {
workflow: any;
menu: MenuProps;
isShowUploadModal: boolean;
setIsShowUploadModal: React.Dispatch<React.SetStateAction<boolean>>;
};
/** 工作流配置列表 */
export declare const NodeConfigList: {
key: BuiltinGroupType;
label: string;
}[];