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) 307 B
export declare const WorkflowCategoryContext: import("react").Context<{ refresh: () => void; activeKey: string; setActiveKey: (key: string) => void; }>; export declare const useWorkflowCategory: () => { refresh: () => void; activeKey: string; setActiveKey: (key: string) => void; };