UNPKG

react-native-skia-responsive-text

Version:

A library providing a wrapper for the React Native Skia Text component, offering features like user-friendly text alignment, efficient multiline text management, and straightforward text truncation.

4 lines 314 B
import { SkFont } from '@shopify/react-native-skia'; import { EllipsizeMode, TextLineData } from '../types'; export declare const wrapText: (textChunks: Array<string>, font: SkFont, width: number, numberOfLines?: number, ellipsizeMode?: EllipsizeMode) => Array<TextLineData>; //# sourceMappingURL=wrapping.d.ts.map