UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

7 lines (6 loc) 242 B
interface ApprovalExecution { id: number; } export declare const ContextApprovalExecution: import("react").Context<Partial<ApprovalExecution>>; export declare function useContextApprovalExecution(): Partial<ApprovalExecution>; export {};