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.

11 lines (10 loc) 207 B
import { Ruler } from '../..'; /** * defines the interface for the rulers */ /** @private */ export interface IArrangeTickOptions { ruler?: Ruler; tickLength?: number; tickInterval?: number; }