UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

10 lines (9 loc) 265 B
interface ResubmitProps { isResubmit?: boolean; setResubmit?: any; } export declare const ResubmitProvider: ({ children }: { children: any; }) => import("react/jsx-runtime").JSX.Element; export declare const useResubmit: () => ResubmitProps; export {};