UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

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