auto-ellipsis-time.d.ts 127 B

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