UNPKG

relu-bpmn

Version:

RELU快速开发平台bpmn组件

8 lines (7 loc) 312 B
import ElementRegistry from 'diagram-js/lib/core/ElementRegistry'; export declare class BpmnLintError { element: any; message: string; constructor(element: any | any[], message: string); } export declare function validate(registry: ElementRegistry, root: any, props: any): BpmnLintError | undefined;