UNPKG

@syncfusion/ej2-diagrams

Version:

Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.

10 lines (9 loc) 339 B
/** * UMLActivityShapeDictionary defines the shape of the built-in uml activity shapes \ * * @returns { string } UMLActivityShapeDictionary defines the shape of the built-in uml activity shapes .\ * @param {string} shape - provide the shape value. * * @private */ export declare function getUMLActivityShape(shape: string): string;