ellipsis.d.ts 116 B

12
  1. import { Text } from '../shapes';
  2. export declare function ellipsisIt(node: Text, w: number, suffix?: string): void;