@tachybase/plugin-workflow-approval
Version:
Approval base in Workflow
28 lines (27 loc) • 726 B
TypeScript
import { FilterDynamicComponent } from '@tachybase/module-workflow/client';
export declare const updateFormConfig: {
title: string;
config: {
initializers: {};
components: {
FilterDynamicComponent: typeof FilterDynamicComponent;
};
useInitializer: ({ allCollections }: {
allCollections: any;
}) => {
name: string;
key: string;
type: string;
title: string;
componentProps: {
onOpenChange(keys: any): void;
};
children: any[];
};
parseFormOptions: (root: any) => {};
};
block: {
scope: {};
components: {};
};
};