UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

10 lines (9 loc) 303 B
interface ApprovalAction { status: number | null; } export declare function ApprovalActionProvider({ children, ...props }: { [x: string]: any; children: any; }): import("react/jsx-runtime").JSX.Element; export declare function useContextApprovalAction(): Partial<ApprovalAction>; export {};