UNPKG

@ant-design/graphs

Version:
16 lines (14 loc) 271 B
import type { GraphOptions } from '../../types'; export const COMMON_OPTIONS: GraphOptions = { autoResize: true, behaviors: [ { key: 'zoom-canvas', type: 'zoom-canvas', }, { key: 'drag-canvas', type: 'drag-canvas', }, ], };