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.

7 lines (6 loc) 210 B
import React from 'react'; /** * 同步远程代码按钮(用于工作流脚本节点) * 从远程地址获取代码并填充到代码编辑器中 */ export declare const SyncRemoteCodeButton: React.FC;