wrap.d.ts 154 B

12
  1. import type { Text } from '../shapes';
  2. export declare function wrapIt(node: Text, wordWrapWidth: number, maxLines?: number, textBaseline?: string): void;