UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

7 lines (6 loc) 252 B
import React from 'react'; export declare const ManualActionStatusContext: React.Context<number>; export declare function ManualActionStatusProvider({ value, children }: { value: any; children: any; }): import("react/jsx-runtime").JSX.Element;