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) 308 B
/** * FlowShapeDictionary defines the shape of the built-in flow shapes \ * * @returns { string } FlowShapeDictionary defines the shape of the built-in flow shapes .\ * @param {string} shape - provide the element value. * * @private */ export declare function getFlowShape(shape: string): string;