@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) • 315 B
TypeScript
/**
* BasicShapeDictionary defines the shape of the built-in basic shapes \
*
* @returns { string } BasicShapeDictionary defines the shape of the built-in basic shapes .\
* @param {string} shape - provide the element value.
*
* @private
*/
export declare function getBasicShape(shape: string): string;