UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

7 lines (6 loc) 345 B
import React from 'react'; import '../../style/style.css'; import { Registry } from '@tachybase/utils/client'; import { ManualFormType } from '../../constants'; export declare const ViewTodosUserJobsContent: React.MemoExoticComponent<import("@tachybase/schema").ReactFC<unknown>>; export declare const manualFormTypes: Registry<ManualFormType>;