UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

5 lines (4 loc) 326 B
import { Approval } from '../block/table-todos/providers/ApprovalExecutions.provider'; export declare const ApprovalContext: import("react").Context<Partial<Approval>>; export declare function useApproval(): Partial<Approval>; export declare function ApprovalDataProvider(props: any): import("react/jsx-runtime").JSX.Element;