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.

10 lines (9 loc) 307 B
import React from 'react'; export declare function Branch({ from, entry, branchIndex, controller, className, end, }: { from?: any; entry?: any; branchIndex?: number | null; controller?: React.ReactNode; className?: string; end?: boolean; }): import("react/jsx-runtime").JSX.Element;