UNPKG

@tachybase/module-workflow

Version:

A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.

16 lines (15 loc) 362 B
export declare const getSchemaNodeConfig: (params: any) => { type: string; properties: { button: { type: string; 'x-content': any; 'x-component': string; 'x-component-props': { type: string; className: string; }; }; view?: any; }; };