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.

6 lines (5 loc) 219 B
import { Plugin } from '@tachybase/client'; export declare class SCApprovalBlock extends Plugin { load(): Promise<void>; } export declare const NoticeBlockInitializer: () => import("react/jsx-runtime").JSX.Element;