auto-wrap.d.ts 125 B

12
  1. import { IGroup } from '@antv/g-base';
  2. export declare function wrapLabels(labelGroup: IGroup, limitLength: number): boolean;