UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

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