UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

7 lines (6 loc) 257 B
interface IApproverConfig { setFormValueChanged?: (value: boolean) => void; } export declare const ProviderContextApproverConfig: import("react").Provider<IApproverConfig>; export declare function useContextApproverConfig(): IApproverConfig; export {};