@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
10 lines (9 loc) • 491 B
TypeScript
import '../../style/style.css';
export declare const ViewActionInitiationsContent: () => import("react/jsx-runtime").JSX.Element;
export declare function WithdrawActionProvider(): any;
export declare function useWithdrawAction(): {
run(): void;
};
export declare function ActionBarProvider(props: any): any;
export declare function useContextApprovalStatus(): number;
export declare function ContextInitiationsApprovalStatusProvider(props: any): import("react/jsx-runtime").JSX.Element;