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.

15 lines (14 loc) 405 B
export declare const WorkflowCategoryContext: import("react").Context<{ data: any[]; refresh: () => void; activeKey: string; setActiveKey: (key: string) => void; categoriesLoaded?: boolean; }>; export declare const useWorkflowCategory: () => { data: any[]; refresh: () => void; activeKey: string; setActiveKey: (key: string) => void; categoriesLoaded?: boolean; };