UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

10 lines (9 loc) 252 B
export declare function useFormBlockProps(): { form: import("@tachybase/schema").Form<any>; }; export declare function useUserJobsFormBlockProps(): { form: any; }; export declare const useWorkflowNoticeFormBlockProps: () => { form: any; };