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.

5 lines (4 loc) 195 B
import React from 'react'; export declare const FlowContext: React.Context<any>; export declare const ProviderContextWorkflow: React.Provider<any>; export declare function useFlowContext(): any;