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.

11 lines (10 loc) 270 B
interface AddButtonProps { upstream: any; branchIndex?: number | null; [key: string]: any; } /** * 添加按钮以及节点之间的连接线 */ export declare const AddButton: (props: AddButtonProps) => import("react/jsx-runtime").JSX.Element; export {};