UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

4 lines (3 loc) 249 B
import { ApprovalExecution } from '../todos/interface/interface'; export declare const ContextApprovalExecution: import("react").Context<Partial<ApprovalExecution>>; export declare function useContextApprovalExecution(): Partial<ApprovalExecution>;