@html-graph/html-graph 3.11.1 → 3.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -301,6 +301,7 @@ export declare interface CanvasDefaults {
301
301
  export declare type CenterFn = (width: number, height: number) => Point;
302
302
 
303
303
  declare interface ConnectablePortsConfig {
304
+ readonly edgeShape?: EdgeShapeConfig;
304
305
  readonly connectionTypeResolver?: ConnectionTypeResolver;
305
306
  readonly connectionPreprocessor?: ConnectionPreprocessor;
306
307
  readonly mouseDownEventVerifier?: MouseEventVerifier;