UNPKG

@tachybase/plugin-workflow-approval

Version:

Approval base in Workflow

18 lines (17 loc) 355 B
export declare const getSchemaApplyShowDetailModal: ({ styles }: { styles: any; }) => { name: string; type: string; title: string; 'x-component': string; 'x-component-props': { className: any; }; properties: { applyDetail: { type: string; 'x-component': string; }; }; };