util.d.ts 175 B

123
  1. import { IShape } from '../interfaces';
  2. export declare function mergeBBox(bbox1: any, bbox2: any): any;
  3. export declare function mergeArrowBBox(shape: IShape, bbox: any): any;